Story Board PurgedWebhook

Receive a notification when a Story Board in Tenovos is purged from the Recycle Bin. Once a Story Board is purged, it can't be recovered.

SecurityOAuth2
Request
Request Body schema: application/json

Information about a Story Board when it is purged.

eventType
string

Combination of the Topic and the Event

object (event)

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

object (storyboard)
Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "eventType": "storyboard.purged",
  • "event": {
    },
  • "storyboard": {
    }
}