ClickUp Connector
Connect Zenmako to ClickUp to manage tasks, spaces, and checklists. This enables AI to view workspace structure, create and update tasks, add comments, and track progress with checklists.
Getting Your API Token
ClickUp uses API tokens for authentication. Follow these steps to generate one:
Store your token securely. The token has access to all workspaces and data associated with your ClickUp account.
Connecting ClickUp
If the test succeeds, your ClickUp connection is ready to use.
Available Actions
| Action | Description |
| getTasks | Get tasks from a ClickUp list with optional filters (archived, statuses, assignees, tags, dates) |
| getTask | Get details of a specific ClickUp task by ID |
| createTask | Create a new task in a ClickUp list with name, description, assignees, priority, due date, and more |
| updateTask | Update a ClickUp task (status, assignee, due date, priority, description, etc.) |
| getFilteredTeamTasks | Find tasks across the entire ClickUp workspace with filters (spaces, lists, statuses, assignees, tags) |
| getSpaces | Get spaces from a ClickUp workspace to see workspace structure |
| getSpace | Get details of a specific ClickUp space |
| getLists | Get lists from a ClickUp folder |
| getTaskComments | Read comments on a ClickUp task |
| createTaskComment | Add an update or comment to a ClickUp task |
| createChecklist | Add a checklist to a ClickUp task |
| createChecklistItem | Add an item to a ClickUp checklist |
| editChecklistItem | Mark a ClickUp checklist item as done or edit it |
Example Prompts
Try these prompts to interact with your ClickUp data:
Common Issues
"Invalid API token" or "Unauthorized" error
This typically means your token is invalid or has been revoked. Solutions:
Cannot find workspace or team ID
Some actions like getFilteredTeamTasks require a team/workspace ID. To find your team ID:
getSpaces action first to retrieve workspace informationhttps://app.clickup.com/1234567/... where 1234567 is the team ID)
Zenmako