Webhooks
List deliveries for a webhook endpoint
Returns the delivery history for a webhook endpoint. Useful for debugging failed deliveries.
GET
List deliveries for a webhook endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Webhook endpoint UUID
Response
List of webhook deliveries
Delivery attempt UUID
Parent webhook endpoint ID
Event that triggered this delivery
Example:
"message.received"
HTTP status code from destination
Example:
200
Attempt number (1 = first try)
Example:
1
Timestamp of delivery attempt
Response body from destination
Previous
Send a message via WhatsAppQueues a message for delivery via WhatsApp. Supports 10 message types: text, image, video, audio, document, location, poll, contact, forward, and reaction. The message is processed asynchronously via BullMQ. Brazilian phone numbers are automatically retried with/without the 9th digit on failure.
Next
List deliveries for a webhook endpoint