webhooks_test
Send a synthetic test event to a webhook endpoint and return delivery outcome instantly. Validate webhook activity and record the test in history.
Instructions
Send a synchronous test delivery to a webhook endpoint and return the outcome immediately. Uses a synthetic webhook.test event payload. The webhook must be active. The delivery is recorded in delivery history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Webhook endpoint UUID to send the test delivery to | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) | |
| eventType | No | Override the test event type name (default: webhook.test) |