clay webhooks create.
See the webhooks overview for the delivery payload shape and signature verification.
--limit sets the page size, and the response includes a top-level cursor when more webhooks are available; pass it back with --cursor to fetch the next page.
Flags
| Flag | Description |
|---|---|
--limit <n> | Maximum webhooks to return per page (1–200). Defaults to 50. |
--cursor <token> | Resume from a previous response’s cursor to fetch the next page. |
Output
| Field | Type | Description |
|---|---|---|
data[].id | string | Webhook id. |
data[].url | string | The endpoint that receives deliveries. |
data[].createdAt | string | Creation timestamp. |
cursor | string | Present when more webhooks are available. Pass it back via --cursor. Omitted on the last page. |
Errors
| Code | Exit | Notes |
|---|---|---|
validation_error | 2 | --limit is not a positive integer. |
auth_forbidden | 3 | The API key lacks permission to manage webhooks. |
not_found | 6 | Webhooks are not enabled. |

