clickup_webhook_create
Create a webhook to receive ClickUp workspace event notifications at your specified endpoint URL. Configure event subscriptions and filter by workspace, space, folder, list, or task.
Instructions
Create a webhook for a workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | Webhook URL endpoint | |
| events | Yes | List of events to subscribe to (use ['*'] for all events) | |
| folder_id | No | Filter events to a specific folder | |
| list_id | No | Filter events to a specific list | |
| space_id | No | Filter events to a specific space | |
| task_id | No | Filter events to a specific task | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |