← Tools Reference

Wrike

Wrike integration (Productivity). Imported from open-connector.

API key7 toolshttps://www.wrike.com/api/v4
GET
wrike_list_contacts
List Wrike contacts in the current account with optional filters.

/contacts

7 parameters
ParamTypeRequiredDescription
mebooleanoptionalWhether to return only the requesting user's contact.
deletedbooleanoptionalWhether to include deleted contacts.
activebooleanoptionalWhether to filter contacts by active status.
namestringoptionalThe contact name filter.
emailsarrayoptionalEmail addresses to filter contacts by.
typesarrayoptionalWrike contact types to include.
fieldsarrayoptionalOptional Wrike contact response fields.
GET
wrike_list_folders
List Wrike folders and projects in the current account.

/folders

7 parameters
ParamTypeRequiredDescription
permalinkstringoptionalFolder permalink to match exactly.
descendantsbooleanoptionalWhether to add all descendant folders to the search scope.
projectbooleanoptionalFilter only projects when true or only folders when false.
deletedbooleanoptionalWhether to get folders from the recycle bin.
pageSizeintegeroptionalThe number of folders to return. Wrike supports up to 1000.
nextPageTokenstringoptionalThe Wrike pagination token from the previous response.
fieldsarrayoptionalOptional Wrike folder response fields.
GET
wrike_get_folders
Retrieve complete Wrike folder or project information by ID.

/folders/{folderIds}

4 parameters
ParamTypeRequiredDescription
folderIdsarrayrequiredWrike API resource IDs.
withInvitationsbooleanoptionalWhether to include invitations in sharedIds.
plainTextCustomFieldsbooleanoptionalWhether to strip HTML tags from custom fields.
fieldsarrayoptionalOptional Wrike folder response fields.
POST
wrike_create_folder
Create a Wrike folder under a parent folder or root folder ID.

/folders/{folderId}/folders

6 parameters
ParamTypeRequiredDescription
folderIdstringrequiredThe Wrike API resource ID.
titlestringrequiredThe Wrike folder title.
descriptionstringoptionalThe Wrike folder description.
sharedsarrayoptionalWrike user or invited user IDs to share the folder with.
withInvitationsbooleanoptionalWhether to include invitations in ownerIds and sharedIds.
fieldsarrayoptionalOptional Wrike folder response fields.
GET
wrike_list_tasks
Search Wrike tasks in the current account with optional filters.

/tasks

11 parameters
ParamTypeRequiredDescription
titlestringoptionalA title substring filter.
statusarrayoptionalWrike task statuses to include.
importancestringoptionalThe Wrike task importance.
typestringoptionalThe Wrike task type.
limitintegeroptionalThe maximum number of tasks returned by Wrike.
sortFieldstringoptionalThe Wrike task sort field.
sortOrderstringoptionalThe Wrike task sort order.
nextPageTokenstringoptionalThe Wrike pagination token from the previous response.
authorsarrayoptionalWrike contact IDs used as author filters.
responsiblesarrayoptionalWrike contact IDs used as assignee filters.
fieldsarrayoptionalOptional Wrike task response fields.
GET
wrike_get_tasks
Retrieve complete Wrike task information by ID.

/tasks/{taskIds}

4 parameters
ParamTypeRequiredDescription
taskIdsarrayrequiredWrike API resource IDs.
withInvitationsbooleanoptionalWhether to include invitations in sharedIds and responsibleIds.
plainTextCustomFieldsbooleanoptionalWhether to strip HTML tags from custom fields.
fieldsarrayoptionalOptional Wrike task response fields.
POST
wrike_create_task
Create a Wrike task in a folder using JSON-friendly task fields.

/folders/{folderId}/tasks

11 parameters
ParamTypeRequiredDescription
folderIdstringrequiredThe Wrike API resource ID.
titlestringrequiredThe Wrike task title.
descriptionstringoptionalThe Wrike task description.
statusstringoptionalThe Wrike task status.
importancestringoptionalThe Wrike task importance.
responsiblesarrayoptionalWrike contact IDs to assign to the task.
parentsarrayoptionalAdditional Wrike parent folder IDs.
superTasksarrayoptionalWrike parent task IDs for creating a subtask.
followersarrayoptionalWrike contact IDs to add as followers.
followbooleanoptionalWhether the caller should follow the created task.
fieldsarrayoptionalOptional Wrike task response fields.