clickup · Schema

ClickUp Webhook Payload

The payload delivered by ClickUp when a webhook event is triggered. Each payload includes the event type, webhook identifier, and an array of history items describing the specific changes that occurred.

Properties

Name Type Description
event string The name of the event that triggered the webhook.
webhook_id string The unique identifier of the webhook subscription that matched this event.
task_id string The ID of the task involved in the event. Present for task-related events.
list_id string The ID of the list involved in the event. Present for list-related events.
folder_id string The ID of the folder involved in the event. Present for folder-related events.
space_id string The ID of the space involved in the event. Present for space-related events.
goal_id string The ID of the goal involved in the event. Present for goal and key result events.
history_items array Array of change records describing what was modified in this event.
View JSON Schema on GitHub