{
"data": {
"id": "https://cdn.buttercms.com/video/company-promo.mp4"
},
"webhook": {
"event": "media.videouploaded",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Media events
Media video uploaded
Triggered when a video file is uploaded to the media library and processing is complete.
WEBHOOK
media-video-uploaded
{
"data": {
"id": "https://cdn.buttercms.com/video/company-promo.mp4"
},
"webhook": {
"event": "media.videouploaded",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Triggered when a video file is uploaded to the media library.
This event fires when:
- A new video file is uploaded to ButterCMS media library
- Video processing is completed and the file is available
Was this page helpful?