folderCreated
A new folder is created in a subscribed space.
Auth
- Auth method
hmac-sha256- Signature detail
- ClickUp signs webhook payloads with HMAC-SHA256 using the webhook secret. The signature is included in the 'signature' field inside the JSON body, not as a header.
Delivery
- Guarantees
- at-least-once
- Backoff
- ClickUp retries failed deliveries; exact policy not documented publicly.
Payload schema (field names + types only)
webhook_id string requiredevent string requiredtask_id string | null history_items array id string requiredtype integer requireddate string requiredfield string | null parent_id string | null data object | null source string | null user object id integer username string email string color string profilePicture string | null initials string before object | string | null after object | string | null