Webhooks
Webhooks allow you to trigger an API call to a third-party endpoint upon specific events. You can customize which asset details to be included in the request. The webhook settings are accessible from the Developers / Automations / Webhooks menu.
Webhook connection settings
The Hostname field You can also provide credentials The authentication is HTTP Authorization
field | description |
---|---|
Hostname | Endpoint URL |
Username | optional Authentication with HTTP Authorization header |
Password | optional Authentication with HTTP Authorization header |
Asset triggers
trigger | description |
---|---|
on upload | Triggers the call after a successful asset upload. |
Request body data
You can specify which asset details to be sent as part of request JSON body:
asset type | data |
---|---|
all | name , file size , path , MIME type |
images | width , height |
video | width , height , duration , bitrate |
Was this page helpful?