Go to App

Webhooks

Receive real-time notifications when export jobs are created, completed, or fail via HTTPS webhooks with HMAC-SHA256 signature verification.

premium business

The Webhook Object

FieldTypeDescription
uuidstringUnique webhook identifier
urlstringHTTPS endpoint URL
eventsarrayEvent types to receive
statusinteger0=disabled, 1=enabled, 2=suspended
enabledbooleanWhether webhook is active
isSuspendedbooleanAuto-suspended after 30 consecutive delivery failures
lastEventAtdatetimeLast event delivery time
webhookEventsCountintegerTotal events delivered
createdAtdatetimeWhen the webhook was created

Event Types

EventTriggered When
export.createdA new export job starts processing
export.finishedAn export completes successfully
export.failedAn export fails
export.requeuedAn export is requeued for retry

Suspended Status

A webhook is automatically suspended (status=2) after 30 consecutive delivery failures. While suspended, no further events are delivered to that endpoint.

⚠️
Reactivating a suspended webhook

To reactivate a suspended webhook, first fix the issue with your endpoint, then use the toggle endpoint to re-enable it. The failure counter resets once the webhook is successfully re-enabled.

Limits

FeaturePremiumBusiness
Max webhooks110