Creates a new webhook to receive CloudConvert event notifications. Use this when you need to be notified about job status changes (created, finished, or failed) via HTTP POST requests to your server.
urlRequiredstringThe target URL where CloudConvert will send webhook notifications. Must be a publicly accessible HTTPS URL.
eventRequiredstringEvent type to subscribe to. Valid values: 'job.created' (when a job is created), 'job.finished' (when a job completes successfully), 'job.failed' (when a job fails).
payloadobjectOptional custom payload object to include in each webhook notification. Useful for passing context like user IDs or request identifiers.
signing_secretstringOptional secret used to sign webhook payloads via HMAC-SHA256. Use this to verify that webhook requests originate from CloudConvert.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.