Skip to main content
WEBHOOK
playlist.created
{
  "type": "<string>",
  "data": {
    "playlistId": "pl_abc123",
    "playlistName": "Onboarding Videos",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}

Body

application/json
type
string
required

The event type identifier

Allowed value: "playlist.created"
data
object
required

Triggered when a new playlist is created in your workspace

Response

200

Webhook received successfully