Wrike
Overview
SLUG: WRIKE
Description
Wrike is a project management and collaboration tool offering customizable workflows, Gantt charts, reporting, and resource management to boost team productivity
Authentication Details
OAuth2
Connecting to Wrike
Create an auth config
Use the dashboard to create an auth config for the Wrike toolkit. This allows you to connect multiple Wrike accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Wrike toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
WRIKE_CREATE_FOLDER
Tool Name: Create a folder
Description
Action Parameters
Action Response
WRIKE_CREATE_INVITATION
Tool Name: Create invitation
Description
Action Parameters
Action Response
WRIKE_CREATE_TASK
Tool Name: Create task in folder
Description
Action Parameters
Action Response
WRIKE_GET_ACCOUNT_INFORMATION
Tool Name: Get account information
Description
Action Parameters
Action Response
WRIKE_GET_ALL_CUSTOM_FIELDS
Tool Name: Get all custom fields
Description
Action Parameters
Action Response
WRIKE_GET_INFORMATION_ABOUT_SPECIFIC_CONTACT
Tool Name: Get specific contact information
Description
Action Parameters
Action Response
WRIKE_MODIFY_ACCOUNT
Tool Name: Update account metadata
Description
Action Parameters
Action Response
WRIKE_MODIFY_FOLDER
Tool Name: Modify folder attributes
Description
Action Parameters
Action Response
WRIKE_MODIFY_TASK
Tool Name: Modify task
Description
Action Parameters
Action Response
WRIKE_QUERY_WORKFLOWS
Tool Name: Query workflows
Description
Action Parameters
Action Response
WRIKE_BULK_MODIFY_GROUPS
Tool Name: Bulk modify group members
Description
Action Parameters
Action Response
WRIKE_CREATE_GROUP
Tool Name: Create a group
Description
Action Parameters
Action Response
WRIKE_DELETE_CUSTOM_FIELD
Tool Name: Delete custom field by id
Description
Action Parameters
Action Response
WRIKE_DELETE_FOLDER
Tool Name: Delete folder
Description
Action Parameters
Action Response
WRIKE_DELETE_GROUP
Tool Name: Delete group by id
Description
Action Parameters
Action Response
WRIKE_DELETE_INIVTATION
Tool Name: Delete invitation
Description
Action Parameters
Action Response
WRIKE_DELETE_TASK
Tool Name: Delete task
Description
Action Parameters
Action Response
WRIKE_FETCH_ALL_TASKS
Tool Name: Fetch all tasks
Description
Action Parameters
Action Response
WRIKE_GET_CONTACTS
Tool Name: Get contacts
Description
Action Parameters
Action Response
WRIKE_GET_FOLDERS
Tool Name: Get folders
Description
Action Parameters
Action Response
WRIKE_GET_SPECIFIC_USER
Tool Name: Get specific user
Description
Action Parameters
Action Response
WRIKE_GET_TASK_BY_ID
Tool Name: Get task by id
Description
Action Parameters
Action Response
WRIKE_LAUNCH_FOLDER_BLUEPRINT_ASYNC
Tool Name: Launch folder blueprint async
Description
Action Parameters
Action Response
WRIKE_LAUNCH_TASK_BLUEPRINT_ASYNC
Tool Name: Launch Task Blueprint Async
Description
Action Parameters
Action Response
WRIKE_LIST_FOLDER_BLUEPRINTS
Tool Name: List Folder Blueprints
Description
Action Parameters
Action Response
WRIKE_LIST_SPACE_FOLDER_BLUEPRINTS
Tool Name: List space folder blueprints
Description
Action Parameters
Action Response
WRIKE_LIST_SPACE_TASK_BLUEPRINTS
Tool Name: List space task blueprints
Description
Action Parameters
Action Response
WRIKE_LIST_SUBFOLDERS_BY_FOLDER_ID
Tool Name: List subfolders by folder id
Description
Action Parameters
Action Response
WRIKE_LIST_TASK_BLUEPRINTS
Tool Name: List Task Blueprints
Description
Action Parameters
Action Response
WRIKE_MODIFY_GROUP
Tool Name: Modify group
Description
Action Parameters
Action Response
WRIKE_QUERY_CUSTOMFIELDS
Tool Name: Retrieve custom field by id
Description
Action Parameters
Action Response
WRIKE_QUERY_INVITATIONS
Tool Name: Query invitations
Description
Action Parameters
Action Response
WRIKE_QUERY_SPECIFIC_GROUP
Tool Name: Get group by id
Description
Action Parameters
Action Response
WRIKE_RETRIEVE_LIST_OF_GROUPS
Tool Name: Retrieve list of groups
Description
Action Parameters
Action Response
WRIKE_UPDATE_CUSTOM_FIELD_BY_ID
Tool Name: Update custom field by id
Description
Action Parameters
Action Response
WRIKE_UPDATE_INVITATION
Tool Name: Update invitation
Description
Action Parameters
Action Response
WRIKE_UPDATE_METADATA_ON_SPECIFIC_CONTACT
Tool Name: Update metadata on a specific contact
Description
Action Parameters
Action Response
WRIKE_UPDATE_SPECIFIC_USER
Tool Name: Update a specific user
Description
Action Parameters
Action Response