POST
/webhooks/{id}/testSend a test event now
POST /webhooks/{id}/test
Requires the businesses scope.
Delivers one synthetic webhook.test event immediately, regardless of the endpoint's event filter: how you wire up a Make/Zapier trigger without issuing anything. delivered says whether your endpoint answered 2xx.
Path parameters
| Name | Type | Description | |
|---|---|---|---|
id | string | required | Webhook endpoint id. |
Response
200: { "ok": true, … }
| Field | Type | Description | |
|---|---|---|---|
ok | boolean | required | |
delivered | boolean | required | Your endpoint answered 2xx. |
delivery | WebhookDelivery | One attempt-tracked event delivery. The wire envelope carries this row's id. Dedupe on it. |
Errors: 400, 401, 403, 404, 429. Every failure answers { "error": …, "reason": … }. Branch on reason.