v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Webhooks

Test project webhook

Send a test payload to the webhook endpoint.

Optionally specify an event_type to test with a specific event payload. The event type must be one of the events the webhook is configured to receive.

post/whatsapp/webhooks/{webhook_id}/test

Request body

event_typestring

Specific event type to test (must be configured on webhook)

Response

Test queued

Example response

{
  "data": {
    "success": true
  }
}