Skip to main content

ClickUp Connector

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

Use the ClickUp component to manage users, projects, and teams in a ClickUp workspace.

Connections

OAuth 2.0

Authenticate using OAuth 2.0.

OAuth 2.0 Configuration Instructions

To make API requests to ClickUp on behalf of end customers, an "App" must be created within ClickUp. See the ClickUp Authentication documentation for full details.

  1. Log into ClickUp.
  2. Click on the avatar in the lower-left corner and select Integrations.
  3. Click on ClickUp API.
  4. Click Create an App.
  5. Provide an app name and set the redirect URL to https://oauth2.integrations.acme.com/callback.
  6. Once the app is created, a Client ID and Client Secret will be provided. Enter these values into the connection configuration.

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 the ClickUp OAuth app. Create an OAuth app via the ClickUp Developer Portal.
Client SecretThe Client Secret from the ClickUp OAuth app. Create an OAuth app via the ClickUp Developer Portal.

Personal Access Token

Authenticate using a personal access token.

Personal Access Token Configuration Instructions

To make API requests to ClickUp using a personal access token, follow the steps below. For full details, see the ClickUp Authentication documentation.

  1. Log into ClickUp.
  2. Click on the avatar in the lower-left corner and select Apps.
  3. Under API Token, click Generate.
  4. Copy the personal access token and paste it into the connection configuration in the integration.
InputCommentsDefault
Personal Access TokenThe ClickUp Personal Access Token used to authenticate API requests. Generate one in ClickUp Settings > Apps > API Token. See the ClickUp Authentication docs for details.

Triggers

New and Updated Tasks

Checks for new and updated tasks in ClickUp on a configured schedule.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
ScopeWhether to poll tasks across an entire Team (Workspace) or scoped to a single List.
Scope IDThe Team ID or List ID to monitor for changes, depending on the Scope selected above.
Show New RecordsWhen enabled, tasks created since the last poll are returned in the trigger payload.true
Show Updated RecordsWhen enabled, tasks updated since the last poll are returned in the trigger payload.true

Webhook

Receive and validate webhook requests from ClickUp for manually configured webhook subscriptions.

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 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 in a list.

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

Create a user group (Team) of users that can be assigned to items in a 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 workspace, space, folder, list, or task.

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 a workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID

Delete List

Delete a list from a workspace.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID

Delete Space

Delete a space from a workspace.

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

Delete Task

Delete a task from a 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

Remove a user group (Team) from a 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 on a workspace.

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

List 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 Workspaces

List the workspaces available to the authenticated user.

InputCommentsDefault
ConnectionThe ClickUp connection to use.

Get Folder

Retrieve a folder and its lists.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Folder IDFolder ID

Get Guest

Retrieve information about a guest in a workspace.

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

Get List

Retrieve details for a specific list.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID

Get List Members

List the people who have access to a list.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
List IDList ID

Get Space

Retrieve details for a specific space by ID.

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

Get Task

Retrieve 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

List all comments on 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.
Start IDEnter the Comment id of a task comment.
Start DateUnix time in milliseconds.

Get Task Members

List the members assigned to a task.

InputCommentsDefault
ConnectionThe ClickUp connection to use.
Task IDTask ID

Get Team

Retrieve user groups (Teams) in a 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 Date Range

List time entries filtered by start and end date. By default, returns 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 Time Entry

Retrieve 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 User

Retrieve information about a user in a workspace.

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

Get Workspace Plan

Retrieve the current plan for a specified workspace.

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

Get Workspace Seats

Retrieve 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 a 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

List all folders in a space.

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

List Lists in Folder

List the lists within a folder.

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

List Spaces

List the spaces available in a workspace.

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

List Tasks

List 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.

List Webhooks

List all webhooks for a workspace.

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

Raw Request

Send a raw HTTP request to the ClickUp API.

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. A task cannot be removed 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 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 Time Entry

Stop the timer that is 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

Update a list's name, info description, due date/time, priority, assignee, and 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 a space, set its color, and enable ClickApps for the 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 an existing 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

Update a user group (Team) of users that can be assigned to items in a 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