Story Board SharedWebhook

Receive a notification when a Story Board in Tenovos is shared.

SecurityOAuth2
Request
Request Body schema: application/json

Information about a Story Board when it is shared.

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

object (storyboard.share)
Request samples
application/json
{
  • "eventType": "storyboard.shared",
  • "event": {
    },
  • "share": {
    }
}