Webhooks
Celantur Cloud API v2 uses webhooks to notify your application when a file has been processed.
Overview
By setting a webhook
URL in the request to Create anonymization task, 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.
Webhook status
The task’s webhook status is either:
empty
set
sent
failed
The webhook status can be retrieved from the response bodies of Get task and Get task status endpoint.
Prerequisites for webhooks
Last updated