data is {}.
See the webhooks overview for the delivery payload shape and signature verification.
Arguments
| Argument | Description |
|---|---|
webhookId | Webhook id, e.g. the id returned by clay webhooks list. Required. |
Output
| Field | Type | Description |
|---|---|---|
id | string | Webhook id the test event was sent to. |
status | "success" | "failed" | success if the endpoint accepted the delivery (2xx); failed if it rejected the delivery or was unreachable. |
statusCode | number | HTTP status code the endpoint returned. Omitted when the endpoint was unreachable. |
Errors
| Code | Exit | Notes |
|---|---|---|
auth_forbidden | 3 | The API key lacks permission to manage webhooks. |
not_found | 6 | No webhook with that id. |

