create_webhook
Create a webhook to receive real-time event notifications from ClickUp, optionally scoping to a specific space, folder, list, or task.
Instructions
Create a webhook. Optionally scope it to a space/folder/list/task; omit scope for the whole Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| endpoint | Yes | HTTPS URL that will receive events. | |
| events | Yes | Events to subscribe to, or ["*"] equivalent by listing all. | |
| space_id | No | ||
| folder_id | No | ||
| list_id | No | ||
| task_id | No |