Webhooks
Returns list of all webhook event types with descriptions and example payloads
Event type identifier
extractedHuman-readable description of when this event is triggered
Triggered after successful AI extraction of submission dataExample payload structure for this event type
{"eventId":"123e4567-e89b-12d3-a456-426614174000","eventType":"extracted","timestamp":"2023-10-28T12:00:00.000Z","submissionId":"sub_789012","templateId":"tpl_345678"}Returns list of all webhook event types with descriptions and example payloads
URL where webhook notifications will be sent
https://example.com/webhook-endpointThe webhook subscription has been created
Bad request - URL and event are required
Internal server error
List of webhook subscriptions
Unique identifier of the webhook subscriber
123e4567-e89b-12d3-a456-426614174000URL where webhook notifications will be sent
https://example.com/webhook-endpointSecret token used for HMAC signature generation
123e4567-e89b-12d3-a456-426614174000Timestamp when the webhook subscription was created
2023-01-01T12:00:00ZTimestamp when the webhook subscription was last updated
2023-01-01T13:30:00ZInternal server error
Subscription ID
The webhook subscription details
Unique identifier of the webhook subscriber
123e4567-e89b-12d3-a456-426614174000URL where webhook notifications will be sent
https://example.com/webhook-endpointSecret token used for HMAC signature generation
123e4567-e89b-12d3-a456-426614174000Timestamp when the webhook subscription was created
2023-01-01T12:00:00ZTimestamp when the webhook subscription was last updated
2023-01-01T13:30:00ZSubscription not found
Internal server error
Subscription ID
URL where webhook notifications will be sent
https://example.com/webhook-endpointThe updated webhook subscription
Unique identifier of the webhook subscriber
123e4567-e89b-12d3-a456-426614174000URL where webhook notifications will be sent
https://example.com/webhook-endpointSecret token used for HMAC signature generation
123e4567-e89b-12d3-a456-426614174000Timestamp when the webhook subscription was created
2023-01-01T12:00:00ZTimestamp when the webhook subscription was last updated
2023-01-01T13:30:00ZSubscription not found
Internal server error
Subscription ID
Subscription successfully deleted
Indicates if the delete operation was successful
trueSubscription not found
Internal server error
Last updated
Was this helpful?