webhooks
List, create, update, delete, and process ClickUp event notifications with optional HMAC signature validation.
Instructions
Manage ClickUp webhooks and parse incoming webhook events. Use action to list, create, update, delete webhooks, or process an incoming payload with optional HMAC validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| events | No | Event types to subscribe to (create/update) | |
| secret | No | The webhook secret for HMAC validation (process) | |
| status | No | Webhook status (update) | |
| payload | No | Required for process: the raw webhook payload from ClickUp (JSON object) | |
| endpoint | No | Required for create: the webhook endpoint URL | |
| space_id | No | Optional space ID to scope the webhook (create) | |
| signature | No | The X-Signature header value for HMAC validation (process) | |
| webhook_id | No | Required for update, delete: the webhook ID | |
| workspace_id | No | Required for list, create: the workspace ID |