Send a test payload to verify webhook connectivity
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | UUID of the webhook to test |
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the test delivery succeeded |
message | string | Result message |
http_status | number | HTTP status returned by your endpoint |
"event": "test" and "is_test": true:
| Code | Description |
|---|---|
NOT_FOUND | Webhook not found or doesn’t belong to your organization |