Skip to main content
WEBHOOK
video.created
{
  "type": "<string>",
  "data": {
    "videoId": "vid_xyz789",
    "videoName": "Product Demo",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}

Body

application/json
type
string
required

The event type identifier

Allowed value: "video.created"
data
object
required

Triggered when a new video is created in your workspace

Response

200

Webhook received successfully