test_webhook
Verify that an outbound webhook endpoint is reachable and validate its signatures by sending a test event.
Instructions
Send a test event to an outbound webhook endpoint to verify it is reachable and signatures can be validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID. If not provided, uses the currently selected company. | |
| webhookId | Yes | Webhook endpoint ID to test. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the Sequenzy operation succeeded. | |
| message | No | Human-readable status, confirmation, or next-step message. | |
| note | No | Additional context about the result. | |
| items | No | Fallback array wrapper used only when a tool returns a bare array. | |
| value | No | Fallback object wrapper used only when a tool returns a non-object value. | |
| webhook | No | The outbound webhook record returned by Sequenzy. | |
| delivery | No | The test webhook delivery record returned by Sequenzy. |