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}"
}