Overview
Enable your agents to manage tasks, projects, and productivity workflows through ClickUp. Create and update tasks, organize projects, manage team assignments, and streamline your productivity management with AI-powered automation.Prerequisites
Before using the ClickUp integration, ensure you have:- A CrewAI AMP account with an active subscription
- A ClickUp account with appropriate permissions
- Connected your ClickUp account through the Integrations page
Setting Up ClickUp Integration
1. Connect Your ClickUp Account
- Navigate to CrewAI AMP Integrations
- Find ClickUp in the Authentication Integrations section
- Click Connect and complete the OAuth flow
- Grant the necessary permissions for task and project management
- Copy your Enterprise Token from Integration Settings
2. Install Required Package
3. Environment Variable Setup
To use integrations with
Agent(apps=[]), you must set the CREWAI_PLATFORM_INTEGRATION_TOKEN environment variable with your Enterprise Token..env file:
Available Actions
clickup/search_tasks
clickup/search_tasks
Description: Search for tasks in ClickUp using advanced filters.Parameters:
taskFilterFormula(object, optional): A filter in disjunctive normal form - OR of AND groups of single conditions.Available fields:space_ids%5B%5D,project_ids%5B%5D,list_ids%5B%5D,statuses%5B%5D,include_closed,assignees%5B%5D,tags%5B%5D,due_date_gt,due_date_lt,date_created_gt,date_created_lt,date_updated_gt,date_updated_lt
clickup/get_task_in_list
clickup/get_task_in_list
Description: Get tasks in a specific list in ClickUp.Parameters:
listId(string, required): List - Select a List to get tasks from. Use Connect Portal User Settings to allow users to select a ClickUp List.taskFilterFormula(string, optional): Search for tasks that match specified filters. For example: name=task1.
clickup/create_task
clickup/create_task
Description: Create a task in ClickUp.Parameters:
listId(string, required): List - Select a List to create this task in. Use Connect Portal User Settings to allow users to select a ClickUp List.name(string, required): Name - The task name.description(string, optional): Description - Task description.status(string, optional): Status - Select a Status for this task. Use Connect Portal User Settings to allow users to select a ClickUp Status.assignees(string, optional): Assignees - Select a Member (or an array of member IDs) to be assigned to this task. Use Connect Portal User Settings to allow users to select a ClickUp Member.dueDate(string, optional): Due Date - Specify a date for this task to be due on.additionalFields(string, optional): Additional Fields - Specify additional fields to include on this task as JSON.
clickup/update_task
clickup/update_task
Description: Update a task in ClickUp.Parameters:
taskId(string, required): Task ID - The ID of the task to update.listId(string, required): List - Select a List to create this task in. Use Connect Portal User Settings to allow users to select a ClickUp List.name(string, optional): Name - The task name.description(string, optional): Description - Task description.status(string, optional): Status - Select a Status for this task. Use Connect Portal User Settings to allow users to select a ClickUp Status.assignees(string, optional): Assignees - Select a Member (or an array of member IDs) to be assigned to this task. Use Connect Portal User Settings to allow users to select a ClickUp Member.dueDate(string, optional): Due Date - Specify a date for this task to be due on.additionalFields(string, optional): Additional Fields - Specify additional fields to include on this task as JSON.
clickup/delete_task
clickup/delete_task
Description: Delete a task in ClickUp.Parameters:
taskId(string, required): Task ID - The ID of the task to delete.
clickup/get_list
clickup/get_list
Description: Get List information in ClickUp.Parameters:
spaceId(string, required): Space ID - The ID of the space containing the lists.
clickup/get_custom_fields_in_list
clickup/get_custom_fields_in_list
Description: Get Custom Fields in a List in ClickUp.Parameters:
listId(string, required): List ID - The ID of the list to get custom fields from.
clickup/get_all_fields_in_list
clickup/get_all_fields_in_list
Description: Get All Fields in a List in ClickUp.Parameters:
listId(string, required): List ID - The ID of the list to get all fields from.
clickup/get_space
clickup/get_space
Description: Get Space information in ClickUp.Parameters:
spaceId(string, optional): Space ID - The ID of the space to retrieve.
clickup/get_folders
clickup/get_folders
Description: Get Folders in ClickUp.Parameters:
spaceId(string, required): Space ID - The ID of the space containing the folders.
clickup/get_member
clickup/get_member
Description: Get Member information in ClickUp.Parameters: None required.
Usage Examples
Basic ClickUp Agent Setup
Filtering Specific ClickUp Tools
Advanced Project Management
Task Search and Management
Getting Help
Need Help?
Contact our support team for assistance with ClickUp integration setup or troubleshooting.
