Skip to main content
WEBHOOK
media-video-uploaded
{
  "data": {
    "id": "promotional-video-2024",
    "media_id": 12345,
    "filename": "company-promo.mp4",
    "size": 52428800,
    "url": "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

Body

application/json
data
object

Video upload event data (structure may vary)

webhook
object

Webhook metadata included in all webhook payloads

Response

200

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