Webhooks
Celantur Cloud API v2 uses webhooks to notify your application when a file has been processed.
Last updated
Celantur Cloud API v2 uses webhooks to notify your application when a file has been processed.
Last updated
By setting a webhook
URL in the request to , a HTTPS POST request will be sent to the specified URL, as soon as the submitted file has finished processing.
The payload sent to the webhook URL looks like this:
Webhooks are especially useful to trigger the download of a file, right after it has finished processing.
The task’s webhook status is either:
empty
set
sent
failed
The webhook status can be retrieved from the response bodies of and endpoint.
Set the webhook URL in the request's JSON body.