Create a webhook
JWP's webhooks allow you to automate your workflow by sending notifications to a designated URL endpoint when specific events occur, such as a new video upload or a successful user registration.
Webhook Creation
Follow these steps to create a webhook:
- On the Webhooks page, click Create. The Create Webhook panel appears.
- Enter a Name for the webhook.
- (Optional) Enter a Description for the webhook.
- Enter the webhook URL.
- Under Select Property, select one or several properties.
- Under Choose Event, select one or several media events.
- Click Create. The panel closes. The new webhook will appear in the list of webhooks.
Events Reference
Webhook Event | Description |
---|---|
Conversions Complete | Notification sent when both the thumbnail is ready and all initial video renditions have been processed
This event is only fired for the first media upload, and not when the media's original is replaced through a reupload. Event Example
|
Live Channel is Active | Notification sent when a Live Channel enters an active state
Event Example
|
Live Channel is Idle | Notification sent when a Live Channel enters an idle state
Event Example
|
Media Available | Notification sent when media is first publishable and indexed
At this point, the thumbnail is ready, but not all video renditions, such as those with higher resolutions, may have finished processing. If your media has a publish start date in the future, no Media Available notification will be sent. Event Example
|
Media Created | Notification sent when media has been first uploaded
Event Example
|
Media Deleted | Notification sent when media has been deleted
Event Example
|
Media Reuploaded | Notification sent when a media has been reuploaded
The Media Reuploaded notification is the point at which the reupload has been initiated, not the time at which the reupload has been fully processed. You will receive Conversion Complete and Media Available notifications when conversions have been indexed and the media is first publishable. Event Example
|
Media Updated | Notification sent when a media is updated
Event Example
|
New Live Channel Created | Notification sent when a Live Channel is created
Event Example
|
Stream created | Notification sent when the Broadcast Live stream has been successfully created
Event Example
|
Stream deleted | Notification sent when the the Broadcast Live stream has been deleted
Event Example
|
Stream go live | Notification sent when the Broadcast Live stream has become available
Event Example
|
Stream transitioned | Notification sent when the Broadcast Live stream has transitioned to a new state
Event Example
|
Stream updated | Notification sent when the properties of the Broadcast Live stream have changed
Event Example
|
Thumbnail Created | Notification sent when a thumbnail is created
Event Example
|
Thumbnail Deleted | Notification sent when a thumbnail is deleted
Event Example
|
Track Created | Notification sent when a track is created
Event Example
|
Track Deleted | Notification sent when a track is deleted
Event Example
|
Updated about 2 months ago