create_webhook
Set up real-time ClickUp event notifications by registering a webhook endpoint and selecting events to receive instant updates for tasks, lists, folders, spaces, or goals as they change.
Instructions
Create a webhook to receive real-time ClickUp events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Events to subscribe to. Use ['*'] for all events. Options: taskCreated, taskUpdated, taskDeleted, taskPriorityUpdated, taskStatusUpdated, taskAssigneeUpdated, taskDueDateUpdated, taskTagUpdated, taskMoved, taskCommentPosted, taskCommentUpdated, taskTimeEstimateUpdated, taskTimeTrackedUpdated, listCreated, listUpdated, listDeleted, folderCreated, folderUpdated, folderDeleted, spaceCreated, spaceUpdated, spaceDeleted, goalCreated, goalUpdated, goalDeleted, keyResultCreated, keyResultUpdated, keyResultDeleted | |
| list_id | No | Scope to a specific list | |
| task_id | No | Scope to a specific task | |
| team_id | Yes | The workspace/team ID | |
| endpoint | Yes | HTTPS URL to receive events | |
| space_id | No | Scope to a specific space | |
| folder_id | No | Scope to a specific folder |