Skip to main content

ClickUp Connector

ClickUp ClickUp ClickUp is a CRM, collaboration, knowledge base, and project management tool.

Use the Clickup component to manage users, projects, and teams in your Clickup workspace.

Connections

OAuth 2.0

OAuth 2.0 connection for ClickUp

Oauth Configuration Instructions

To make API requests of Clickup on behalf of your customers you will need to create an "App" within Clickup. https://clickup.com/api/developer-portal/authentication/#step-1-create-an-oauth-app

  1. Log into ClickUp.
  2. Click on your avatar in the lower-left corner and select Integrations.
  3. Click on ClickUp API.
  4. Click Create an App.
  5. Give your app a name and provide the redirect URL as https://oauth2.integrations.acme.com/callback
  6. Once your app is created, you'll be provided with a client ID and Secret that may be entered in the connection

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Client IDThe Client ID from your ClickUp OAuth app. Create an OAuth app at ClickUp Developer Portal.
Client SecretThe Client Secret from your ClickUp OAuth app. Create an OAuth app at ClickUp Developer Portal.

Personal Access Token

Personal Access Token connection for ClickUp

Personal API token Configuration Instructions

To make API requests to ClickUp using a personal API token you may generate one using the following Personal API token steps.

  1. Log into ClickUp.
  2. Click on your avatar in the lower-left corner and select Apps.
  3. Under API Token, click Generate.
  4. You can copy and paste your personal API token.
InputCommentsDefault
Personal Access TokenYour ClickUp Personal Access Token. Generate one in ClickUp Settings > Apps > API Token. See ClickUp API documentation.

Triggers

Webhook

Receive and validate webhook requests from ClickUp for webhooks you configure.

Actions

Add Guest to Folder

Share a Folder with a guest.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID
Guest IDGuest ID
Include SharedExclude details of items shared with the guest by setting this parameter to falsetrue
Permission LevelCan be read (view only), comment, edit, or create (full).create

Add Guest to List

Share a List with a guest.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID
Guest IDGuest ID
Include SharedExclude details of items shared with the guest by setting this parameter to falsetrue
Permission LevelCan be read (view only), comment, edit, or create (full).create

Add Guest to Task

Share a task with a guest.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Guest IDGuest ID
Include SharedExclude details of items shared with the guest by setting this parameter to falsetrue
Custom Task IDIf you want to reference a task by its Custom Task ID, this value must be true.true
Team IDOnly used when the custom_task_ids parameter is set to true
Permission LevelCan be read (view only), comment, edit, or create (full).

Add Task to List

Add a new task to an additional List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID
Task IDTask ID

Create Folder

Add a new Folder to a Space.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Space IDSpace ID value.
NameThe name of the folder.

Create List

Add a new list to a folder.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID
NameName of the new list
ContentContent
Due DateInitial due date of the new list
Due Date TimeDue Date Timefalse
PriorityInitial priority of the new list
AssigneeInclude a user_id to assign this List.
StatusStatus refers to the List color rather than the task Statuses available in the List.
NameName of the new list

Create Space

Add a new Space to a Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Space NameSpace Name.
Multiple AssigneesWhen true, the Space allows multiple assignees on tasks.true
Enable Due DatesWhen true, enables due dates for tasks in the Space.true
Use Start DateWhen true, enables start dates for tasks in the Space.true
Remap Due DatesWhen true, remaps due dates when tasks are moved.true
Remap closed Due DatesWhen true, remaps due dates for closed tasks when moved.false
Enable Time TrackingWhen true, enables time tracking for tasks in the Space.true
Enable TagsWhen true, enables tags for tasks in the Space.true
Enable Time EstimatesWhen true, enables time estimates for tasks in the Space.true
Enable ChecklistsWhen true, enables checklists for tasks in the Space.true
Enable Custom FieldsWhen true, enables custom fields for tasks in the Space.true
Enable Remap DependenciesWhen true, enables remapping of task dependencies when moved.true
Enable Dependency WarningWhen true, enables warnings for task dependency conflicts.true
Enable PortfoliosWhen true, enables portfolios for the Space.true

Create Task

Create a new Task

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID
Custom Task IDIf you want to reference a task by it's custom task id, this value must be true.false
Team IDOnly used when the custom_task_ids parameter is set to true.
NameTask Name
DescriptionTask Description
Markdown DescriptionMarkdown formatted description.
AssigneeTask Assignees
TagTask Tags
StatusTask Status
PriorityTask Priority
Due DateTask Due Date
Due Date TimeTask Due Date Timefalse
Time EstimateTask Time Estimate
Start DateTask Start Date
Start Date TimeTask Start Date Timefalse
Notify AllIf notify_all is true, notifications will be sent to everyone including the creator of the comment.true
ParentYou can create a subtask by including an existing task ID. The parent task ID you include cannot be a subtask, and must be in the same List specified in the path parameter.
Links ToInclude a task ID to create a linked dependency with your new task.
Check Required Custom FieldsWhen creating a task via API any required Custom Fields are ignored by default (false).false
Custom FieldsCustom field key-value pairs to set on the task.

Create Task Attachment

Upload a file to a task as an attachment.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Team IDOnly used when the custom_task_ids parameter is set to true.
FileFile to attach.
File NameName of the file to attach.

Create Task Comment

Add a new comment to a task.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Team IDOnly used when the custom_task_ids parameter is set to true.
Comment TextComment Text
Notify AllIf notify_all is true, notifications will be sent to everyone including the creator of the comment.true
AssigneeAssignee by ID.

Create Team

This endpoint is used to create Teams: user groups which are groups of users you can assign items to in your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
NameDesired Team Name.
MemberAdd user by ID.

Create Time Entry

Create a time entry.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Custom Team IDOnly used when the custom_task_ids parameter is set to true.
DescriptionDescription
StartStart time
BillableBillablefalse
DurationDuration
AssigneeWorkspace owners and admins can include unknown user id. Workspace members can only include their own user id.
Task IDAssociate a time entry with a task by ID
TagsJSON object containing an array of tag objects with name, background color (tag_bg), and foreground color (tag_fg) properties.

Create Webhook

Create a new webhook for a specific List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace)
EndpointURL of the webhook endpoint.
Space IDSpace ID
EventEvent type to trigger the webhook.
Folder IDFolder ID
List IDList ID
Task IDTask ID

Delete Comment

Delete a task comment.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Comment IDComment ID

Delete Folder

Delete a Folder from your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID

Delete List

Delete a List from your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID

Delete Space

Delete a Space from your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Space IDSpace ID value.

Delete Task

Delete a task from your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Team IDOnly used when the custom_task_ids parameter is set to true.

Delete Team

This endpoint is used to remove a Team: user group from your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Group IDTeam ID (user group).

Delete Time Entry

Delete a time entry from a Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Timer IDThe ID of a time entry.

Delete Webhook

Delete a webhook.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Webhook IDWebhook ID

Edit Guest on Workspace

Rename and configure options for a guest.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Username
Can Edit Tagstrue
Can See Time Spenttrue
Can See Time Estimatedtrue
Can Create Viewstrue
Custom Role IDCustom Role ID value.
Guest IDGuest ID

Edit User On Workspace

Update a user's name and role.

InputCommentsDefault
Team IDTeam ID (Workspace) value.
ConnectionThe ClickUp connection to use.
AdminWhen true, grants admin privileges to the user.true
Custom Role IDCustom Role ID value.
User IDUser ID value.

Get Accessible Custom Fields

View the Custom Fields available on tasks in a specific List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDOnly include time entries associated with tasks in a specific List.

Get Authorized Teams (Workspaces)

View the Workspaces available to the authenticated user.

InputCommentsDefault
ConnectionThe ClickUp connection to use.

Get Folder

View the Lists within a Folder.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID

Get Guest

View information about a guest in a Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Guest IDGuest ID

Get List

View details for a specific List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID

Get List Members

View the people who have access to a List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID

Get Singular Time Entry

View a single time entry.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Timer IDThe ID of a time entry.
Include Task TagsWhen true, includes task tags in the response for time entries associated with tasks.true
Include Location NamesWhen true, includes the names of the List, Folder, and Space along with the list_id, folder_id, and space_id.true

Get Space

View the Spaces available in a Workspace by ID.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Space IDSpace ID value.

Get Task

View information about a task.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Team IDOnly used when the custom_task_ids parameter is set to true.
Include SubtasksInclude or exclude subtasks. By default, subtasks are excluded.false

Get Task Comments

View task comments.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Team IDOnly used when the custom_task_ids parameter is set to true.
Start IDEnter the Comment id of a task comment.
Start DateUnix time in milliseconds.

Get Task Members

View the members assigned to a task.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID

Get Team

This endpoint is used to view Teams: user groups in your Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Group IDsEnter one or more Team IDs (user groups) to retrieve information about specific Teams.

Get Time Entries Within a Date Range

View time entries filtered by start and end date. By default, this endpoint returns time entries from the last 30 days created by the authenticated user.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Start DateUnix time in milliseconds.
End DateUnix time in milliseconds.
AssigneeFilter by User ID
Include Task TagsWhen true, includes task tags in the response for time entries associated with tasks.true
Include Location NamesWhen true, includes the names of the List, Folder, and Space along with the list_id, folder_id, and space_id.true
Space IDOnly include time entries associated with tasks in a specific Space.
Folder IDOnly include time entries associated with tasks in a specific Folder.
List IDOnly include time entries associated with tasks in a specific List.
Task IDOnly include time entries associated with a specific task.
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Custom Team IDOnly used when the custom_task_ids parameter is set to true.

Get User

View information about a user in a Workspace.

InputCommentsDefault
Team IDTeam ID (Workspace) value.
User IDUser ID value.
ConnectionThe ClickUp connection to use.

Get Webhooks

View all webhooks for a list.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.

Get Workspace Plan

View the current Plan for the specified Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.

Get Workspace Seats

View the used, total, and available member and guest seats for a Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.

Invite Guest to Workspace

Invite a new guest to a workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
EmailEmail address of the invited guest
Can Edit Tagstrue
Can See Time Spenttrue
Can See Time Estimatedtrue
Can Create Viewstrue
Custom Role IDCustom Role ID value.

Invite User To Workspace

Invite someone to join your Workspace as a member.

InputCommentsDefault
Team IDTeam ID (Workspace) value.
ConnectionThe ClickUp connection to use.
EmailEmail address of User being added
AdminWhen true, grants admin privileges to the user.true
Custom Role IDCustom Role ID value.

List Folders

View all folders in a space.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Space IDSpace ID value.
ArchivedArchived?false

List Lists

View the Lists within a Folder.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID
ArchivedFilter for archived Lists?false

List Spaces

View the Spaces available in a Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.

List Tasks

View the tasks in a List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDTeam ID (Workspace)
ArchivedArchived?false
PageThe page number for pagination.0
Order ByOrder by a particular field. By default, tasks are ordered by created.
ReverseWhen true, tasks are displayed in reverse order.false
Include SubtasksInclude or exclude subtasks. By default, subtasks are excluded.false
Include ClosedWhen true, includes closed tasks in the results. By default, they are excluded.false
AssigneeFilter by Assignees. Add Assingee
TagFilter by tags. Add a tag to filter.
Due Date Greater ThanFilter by due date greater than Unix time in milliseconds.
Due Date Less ThanFilter by due date less than Unix time in milliseconds.
Date Created Greater ThanFilter by date created greater than Unix time in milliseconds.
Date Created Less ThanFilter by date created less than Unix time in milliseconds.
Date Updated Greater ThanFilter by date updated greater than Unix time in milliseconds.
Date Updated Less ThanFilter by date updated less than Unix time in milliseconds.
Date Done Greater ThanFilter by date done greater than Unix time in milliseconds.
Date Done Less ThanFilter by date done less than Unix time in milliseconds.
Custom FieldsJSON object containing an array of custom field filters. Each filter has a field_id, operator (=, <, >, <=, >=, !=), and value.

Raw Request

Send raw HTTP request to ClickUp

InputCommentsDefault
ConnectionThe ClickUp connection to use.
URLInput the path only (/space/${spaceId}/tag), The base URL is already included (https://api.clickup.com/api/v2). For example, to connect to https://api.clickup.com/api/v2/space/${spaceId}/tag, only /space/${spaceId}/tag is entered in this field.
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Remove Custom Field Value

Remove the data from a Custom Field on a task. This does not delete the option from the Custom Field.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDEnter the task ID of the task you want to update.
Field IDEnter the universal unique identifier (UUID) of the Custom Field you want to set.
Custom Task IDIf you want to reference a task by its Custom Task ID, this value must be true.true
Team IDOnly used when the custom_task_ids parameter is set to true

Remove Guest From Folder

Revoke a guest's access to a Folder.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID
Guest IDGuest ID
Include SharedExclude details of items shared with the guest by setting this parameter to falsetrue

Remove Guest From List

Revoke a guest's access to a List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID
Guest IDGuest ID
Include SharedExclude details of items shared with the guest by setting this parameter to falsetrue

Remove Guest From Task

Revoke a guest's access to a task.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Guest IDGuest ID
Include SharedExclude details of items shared with the guest by setting this parameter to falsetrue
Custom Task IDIf you want to reference a task by its Custom Task ID, this value must be true.true
Team IDOnly used when the custom_task_ids parameter is set to true

Remove Guest From Workspace

Revoke a guest's access to a Workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Guest IDGuest ID

Remove Task From List

Remove a task from an additional List. You can't remove a task from its home List.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID
Task IDTask ID

Remove User From Workspace

Deactivate a user from a Workspace.

InputCommentsDefault
Team IDTeam ID (Workspace) value.
ConnectionThe ClickUp connection to use.
User IDUser ID value.

Set Custom Field Value

Update the value of a Custom Field on a task.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDEnter the task ID of the task you want to update.
Field IDEnter the universal unique identifier (UUID) of the Custom Field you want to set.
Field ValueThe value to set for the custom field.
Value TypeThe type of the value being set.

Start a Time Entry

Start a timer for the authenticated user.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Custom Team IDOnly used when the custom_task_ids parameter is set to true.
DescriptionDescription
BillableBillablefalse
Task IDAssociate a time entry with a task by ID
Tag nameAdd a tag name

Stop a Time Entry

Stop a timer that's currently running for the authenticated user.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.

Update Comment

Replace the content of a task comment, assign a comment, and mark a comment as resolved.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Comment IDComment ID
Comment TextComment Text
ResolvedResolved?false
AssigneeAssignee by ID.

Update Folder

Rename a Folder

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID
NameThe name of the folder.

Update List

Rename a List, update the List Info description, set a due date/time, set the List's priority, set an assignee, set or remove the List color.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID
NameName of the list
ContentContent
Due DateDue date of the list
Due Date TimeSet to true if due date has a timefalse
PriorityPriority of the list
AssigneeUser ID of the list assignee
StatusStatus refers to the List color rather than the task Statuses available in the List.
Unset StatusBy default, this is false. To remove the List color use unset_status: true.false

Update Space

Rename, set the Space color, and enable ClickApps for a Space.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Space IDSpace ID value.
Space NameSpace Name.
Multiple AssigneesWhen true, the Space allows multiple assignees on tasks.true
Enable Due DatesWhen true, enables due dates for tasks in the Space.true
Use Start DateWhen true, enables start dates for tasks in the Space.true
Remap Due DatesWhen true, remaps due dates when tasks are moved.true
Remap closed Due DatesWhen true, remaps due dates for closed tasks when moved.false
Enable Time TrackingWhen true, enables time tracking for tasks in the Space.true
Enable TagsWhen true, enables tags for tasks in the Space.true
Enable Time EstimatesWhen true, enables time estimates for tasks in the Space.true
Enable ChecklistsWhen true, enables checklists for tasks in the Space.true
Enable Custom FieldsWhen true, enables custom fields for tasks in the Space.true
Enable Remap DependenciesWhen true, enables remapping of task dependencies when moved.true
Enable Dependency WarningWhen true, enables warnings for task dependency conflicts.true
Enable PortfoliosWhen true, enables portfolios for the Space.true
ColorHex color code.
PrivateWhen true, the Space is private.true
Admin Can ManageWhen true, admins can manage the Space.true

Update Task

Update a task

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID
Custom Task IDIf you want to reference a task by it's custom task id, this value must be true.false
Team IDOnly used when the custom_task_ids parameter is set to true.
NameTask Name
DescriptionTask Description
Markdown DescriptionMarkdown formatted description.
StatusTask Status
PriorityTask Priority
Due DateTask Due Date
Due Date TimeTask Due Date Timefalse
ParentYou can move a subtask to another parent task by including "parent" with a valid task id.
Time EstimateTask Time Estimate
Start DateTask Start Date
Start Date TimeTask Start Date Timefalse
Add AssigneeAdd Assignee
Remove AssigneeRemove Assignee
ArchivedInclude Archived?false

Update Team

This endpoint is used to manage Teams: user groups which are groups of users you can assign items to in your Workspace

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Group IDTeam ID (user group).
Team NameDesired Team Name.
Team HandleYou may update the team handle which is used to @mention a Team (user group) in your Workspace.
Add MemberAdd members by ID. Comma separate each user ID.
Remove MemberRemove members by ID. Comma separate each user ID.

Update Time Entry

Update the details of a time entry.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Team IDTeam ID (Workspace) value.
Custom Task IDWhen true, allows referencing a task by its custom task ID.false
Custom Team IDOnly used when the custom_task_ids parameter is set to true.
DescriptionDescription
StartStart time
BillableBillablefalse
DurationDuration
AssigneeWorkspace owners and admins can include unknown user id. Workspace members can only include their own user id.
Task IDAssociate a time entry with a task by ID
Timer IDThe ID of a time entry.
Tag ActionTag Action (use replace, add or remove).
EndEnd time
TagsJSON object containing an array of tag objects with name, background color (tag_bg), and foreground color (tag_fg) properties.

Update Webhook

Update the configuration of a webhook.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Webhook IDWebhook ID
EndpointURL of the webhook endpoint.
All EventsWhen true, subscribes to all events and overrides the event inputs.false
EventEvent type to trigger the webhook.
StatusStatus