Send a test webhook
Sends a test webhook to the subscription's URL to verify connectivity and configuration.
post/api/webhookSubscriptions.test
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "whsub_a1b2c3d4e5f6",
"event_type": "contact.created"
}Response
Test webhook sent (check response for success/failure)
Example response
{
"success": true,
"status_code": 200,
"response_body": "{\"received\": true}"
}Changes
Changed in 2 of the 25 revisions of this API.2
- ○
added the new optional request property
event_typenew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○