Webhooks configuration
When a new report is generated you can also receive a webhook with the results. For this you need to have the webhook configured for this topic and for this you can refer to: Create a webhook registration by event topic. A proper example will be given at the end of this section.
Webhook sendout
When a report transitions from the processing to the completed status your configured endpoint will receive a webhook with a signed URL for the report result which you can use to download the file.
This is what the payload of the report webhook looks like:
Example of webhook configuration
Last updated