Wrike

Learn how to use Wrike with Composio

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

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to Default,wsReadOnly,wsReadWrite,amReadOnlyWorkflow,amReadWriteWorkflow,amReadOnlyInvitation,amReadWriteInvitation,amReadOnlyGroup,amReadWriteGroup,amReadOnlyUser,amReadWriteUser
full
stringDefaults to https://www.wrike.com/api/v4
bearer_token
string

Tools

SLUG: WRIKE_CREATE_FOLDER

Creates a new wrike subfolder within the specified `folderid`, optionally as a project if `customitemtypeid` is given; the folder is auto-shared with its creator.

Action Parameters

customColumns
array
customFields
array
customItemTypeId
string
description
string
fields
array
folderId
stringRequired
metadata
array
plainTextCustomFields
boolean
shareds
array
title
stringRequired
userAccessRoles
object
withInvitations
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_CREATE_INVITATION

Invites a user to a wrike workspace by email, optionally with name, specifying either `usertypeid` or a combination of `role`/`external`; custom email subject/message available for paid accounts.

Action Parameters

email
stringRequired
external
boolean
firstName
string
lastName
string
message
string
role
string
subject
string
userTypeId
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_CREATE_TASK

Creates a new task in a specified wrike folder; if setting priority with `prioritybefore` or `priorityafter`, the referenced task must be in the same folder or project.

Action Parameters

billingType
string
customFields
array
customItemTypeId
string
customStatus
string
description
string
fields
array
folderId
stringRequired
follow
boolean
followers
array
importance
stringDefaults to Normal
metadata
array
parents
array
plainTextCustomFields
boolean
priorityAfter
string
priorityBefore
string
responsiblePlaceholders
array
responsibles
array
shareds
array
status
stringDefaults to Active
superTasks
array
title
stringRequired
withInvitations
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_GET_ACCOUNT_INFORMATION

Retrieves detailed wrike account information, where the response content is influenced by selected fields, account subscription, and user permissions.

Action Parameters

fields
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_GET_ALL_CUSTOM_FIELDS

Retrieves all custom field definitions (including id, name, type, and settings) from the wrike account; this returns the definitions themselves, not their specific values on wrike items, and is useful for obtaining custom field ids.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_GET_INFORMATION_ABOUT_SPECIFIC_CONTACT

Retrieves detailed information for a specific wrike contact using their unique `contactid`, optionally including `metadata` and `customfields` if specified in the `fields` parameter.

Action Parameters

contactId
stringRequired
fields
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_MODIFY_ACCOUNT

Updates or adds custom key-value metadata to the wrike account, useful for integrations, storing app-specific data, or mapping external system identifiers.

Action Parameters

metadata
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_MODIFY_FOLDER

Modifies an existing wrike folder: updates title, description, parents (not root/recycle bin), sharing, metadata, custom fields/columns; restores, converts to project, or manages access roles.

Action Parameters

addAccessRoles
object
addParents
array
addShareds
array
clearCustomColumns
boolean
convertToCustomItemType
string
customColumns
array
customFields
array
description
string
fields
array
folderId
stringRequired
metadata
array
plainTextCustomFields
boolean
removeAccessRoles
array
removeParents
array
removeShareds
array
restore
boolean
title
string
withInvitations
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_MODIFY_TASK

Modifies an existing wrike task by its id, allowing updates to attributes such as title, status, dates, assignees, and custom fields; `prioritybefore` and `priorityafter` are mutually exclusive, and parent folder ids for `addparents`/`removeparents` cannot be the recycle bin.

Action Parameters

addFollowers
array
addParents
array
addResponsiblePlaceholders
array
addResponsibles
array
addShareds
array
addSuperTasks
array
billingType
string
convertToCustomItemType
string
customFields
array
customStatus
string
dates
object
description
string
fields
array
follow
boolean
importance
string
metadata
array
plainTextCustomFields
boolean
priorityAfter
string
priorityBefore
string
removeParents
array
removeResponsiblePlaceholders
array
removeResponsibles
array
removeShareds
array
removeSuperTasks
array
restore
boolean
status
string
taskId
stringRequired
title
string
withInvitations
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_QUERY_WORKFLOWS

Fetches a list of all workflows with their detailed information from the wrike account; this is a read-only action and does not support pagination or filtering through its parameters.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_BULK_MODIFY_GROUPS

Adds or removes members for multiple wrike groups in a single request; all specified user ids must correspond to existing wrike users.

Action Parameters

members
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_CREATE_GROUP

Creates a new user group in wrike with a specified title, optionally setting members, parent group, avatar, and custom metadata.

Action Parameters

avatar__color
string
avatar__letters
string
members
array
metadata
array
parent
string
title
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_DELETE_CUSTOM_FIELD

Permanently deletes a custom field by its id; this action is irreversible and requires a valid, existing custom field id.

Action Parameters

customFieldId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_DELETE_FOLDER

Permanently deletes the folder specified by `folderid` and all its contents (e.g., tasks, documents, subfolders) from the wrike workspace; this irreversible action is for when the folder is no longer needed and has no active tasks or dependencies that would block deletion.

Action Parameters

folderId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_DELETE_GROUP

Permanently deletes a group by its `groupid`; this action is irreversible and does not affect user accounts that were members of the group.

Action Parameters

groupId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_DELETE_INIVTATION

Permanently deletes an existing invitation, specified by its unique `invitationid`; this action cannot be undone.

Action Parameters

invitationId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_DELETE_TASK

Permanently deletes a wrike task and all its associated data by its id; this action is irreversible and the task must exist.

Action Parameters

taskId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_FETCH_ALL_TASKS

Fetches tasks from a wrike account, allowing filtering by status, due date, and subfolder inclusion, with customizable response fields and pagination.

Action Parameters

descendants
boolean
dueDate
object
fields
array
metadata
boolean
page_size
integer
status
string

Action Response

data
arrayRequired
error
string
kind
stringRequired
successful
booleanRequired

SLUG: WRIKE_GET_CONTACTS

Retrieves a list of wrike contacts (e.g., team members, clients, collaborators); response includes contact details but not their detailed task or project involvement.

Action Parameters

deleted
boolean
fields
array
metadata
object

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WRIKE_GET_FOLDERS

Retrieves folders and/or projects from wrike, with filters; when using `nextpagetoken`, all other filter parameters must match the initial request.

Action Parameters

contractTypes
array
customFields
array
customItemTypes
array
deleted
boolean
descendants
booleanDefaults to True
fields
array
metadata
object
nextPageToken
string
pageSize
integerDefaults to 5
permalink
string
plainTextCustomFields
boolean
project
boolean
updatedDate
object
withInvitations
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired