create_webhook
Create a webhook for a ClickUp workspace that delivers event notifications to your endpoint. Subscribe to taskCreated, taskUpdated, taskDeleted, and optionally scope by list, task, space, or folder.
Instructions
Create a webhook for a ClickUp team/workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Events to subscribe to (e.g. taskCreated, taskUpdated, taskDeleted) | |
| list_id | No | List ID to scope the webhook (optional) | |
| task_id | No | Task ID to scope the webhook (optional) | |
| team_id | Yes | The ID of the team (workspace) | |
| endpoint | Yes | The URL to receive webhook events | |
| space_id | No | Space ID to scope the webhook (optional) | |
| folder_id | No | Folder ID to scope the webhook (optional) |