cURL
default
curl --request POST \ --url https://api.kapso.ai/platform/v1/whatsapp/webhooks/{webhook_id}/test \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
{ "data": { "success": true } }
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.
event_type
Specific event type to test (must be configured on webhook)
Test queued
Show child attributes
Was this page helpful?