Wrike

Learn how to use Wrike with Composio

Overview

Enum

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
base_url
stringDefaults to https://www.wrike.com/api/v4

Actions

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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
Permanently deletes an existing invitation, specified by its unique `invitationid`; this action cannot be undone.

Action Parameters

invitationId
stringRequired

Action Response

data
object
error
successful
boolean
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
object
error
successful
boolean
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
array
error
kind
string
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
Retrieves detailed information about a specific user in wrike using their unique user id.

Action Parameters

userId
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves read-only detailed information for a specific wrike task by its unique id, optionally allowing specification of fields to include in the response.

Action Parameters

fields
string
taskId
stringRequired

Action Response

data
object
error
successful
boolean
Asynchronously launches a new project or folder structure in wrike from a specified folder blueprint, typically returning a task id to track progress.

Action Parameters

copy_attachments
boolean
copy_custom_fields
boolean
copy_descriptions
boolean
copy_responsibles
boolean
entry_limit
integer
folder_blueprint_id
stringRequired
notify_responsibles
boolean
parent
stringRequired
reschedule_date
string
reschedule_mode
string
title
stringRequired
title_prefix
string

Action Response

data
object
error
successful
boolean
Asynchronously launches a wrike task blueprint to create tasks/projects, requiring either `super task id` (parent task) or `parent id` (parent folder/project) for placement.

Action Parameters

copy_attachments
boolean
copy_custom_fields
boolean
copy_descriptions
boolean
copy_responsibles
boolean
entry_limit
integer
notify_responsibles
boolean
parent_id
string
reschedule_date
string
reschedule_mode
string
super_task_id
string
task_blueprint_id
stringRequired
title
stringRequired
title_prefix
string

Action Response

data
object
error
successful
boolean
Retrieves all account-level folder blueprints, which are templates for standardizing folder/project creation with predefined structures, custom fields, and workflows.

Action Parameters

Action Response

data
object
error
successful
boolean
Lists all folder blueprints (templates for new folders/projects) within a specified wrike space, requiring a valid and accessible space id.

Action Parameters

space_id
stringRequired

Action Response

data
object
error
successful
boolean
Lists task blueprints (templates for creating tasks with consistent structures) available in a specific, accessible wrike space.

Action Parameters

limit
integerDefaults to 1000
next_page_token
string
page_size
integerDefaults to 100
space_id
stringRequired

Action Response

data
object
error
successful
boolean
Lists subfolders (metadata only, not their contents) for an existing wrike folder specified by `folderid`, supporting recursive descent, filtering, and pagination.

Action Parameters

contractTypes
array
customFields
array
customItemTypes
array
descendants
booleanDefaults to True
fields
array
folderId
stringRequired
metadata
object
nextPageToken
string
pageSize
integer
permalink
string
plainTextCustomFields
boolean
project
boolean
updatedDate
object
withInvitations
boolean

Action Response

data
object
error
successful
boolean
Retrieves a list of defined task blueprints (predefined task templates) from the wrike account, supporting pagination.

Action Parameters

limit
integerDefaults to 1000
next_page_token
string
page_size
integerDefaults to 100

Action Response

data
object
error
successful
boolean
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
object
error
successful
boolean
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
object
error
successful
boolean
Updates an existing wrike user group's attributes like title, members, parent, avatar, or metadata, using its `groupid` and specifying only the fields to change.

Action Parameters

addInvitations
array
addMembers
array
avatar__color
string
avatar__letters
string
groupId
stringRequired
metadata
array
parent
string
removeInvitations
array
removeMembers
array
title
string

Action Response

data
object
error
successful
boolean
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
object
error
successful
boolean
Retrieves a wrike custom field's detailed information (e.g., type, possible values for dropdowns), properties, and metadata; the `customfieldid` must correspond to an existing custom field.

Action Parameters

customFieldId
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all active invitations in wrike, useful for viewing and auditing pending invitations or managing user onboarding.

Action Parameters

Action Response

data
object
error
successful
boolean
Retrieves detailed information for a specific wrike group using its `groupid`, optionally including 'metadata'.

Action Parameters

fields
array
groupId
stringRequired

Action Response

data
object
error
successful
boolean
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
object
error
successful
boolean
Retrieves a list of user groups from the wrike account, supporting metadata filtering, pagination, and inclusion of specific fields; this is a read-only operation.

Action Parameters

fields
array
metadata
object
pageSize
integer
pageToken
string

Action Response

data
object
error
successful
boolean
Updates properties of an existing wrike custom field by its id, such as its title, type, scope, or sharing settings.

Action Parameters

addMirrors
array
addShareds
array
changeScope
string
customFieldId
stringRequired
removeMirrors
array
removeShareds
array
settings
object
sharing
object
spaceId
string
title
string
type
string

Action Response

data
object
error
successful
boolean
Updates a pending wrike invitation (`invitationid`) to resend it or change user's role/type (use `usertypeid` over deprecated `role`/`external`).

Action Parameters

external
boolean
invitationId
stringRequired
resend
boolean
role
string
userTypeId
string

Action Response

data
object
error
successful
boolean
Updates metadata, job role, or custom fields for an existing wrike contact specified by `contactid`; if `jobroleid` is provided, it must be a valid id.

Action Parameters

contactId
stringRequired
customFields
array
fields
array
jobRoleId
string
metadata
array

Action Response

data
object
error
successful
boolean
Updates specified profile attributes (e.g., account id, role, external status) for an existing wrike user; unspecified fields remain unchanged.

Action Parameters

profile__accountId
string
profile__external
boolean
profile__role
string
userId
stringRequired

Action Response

data
object
error
successful
boolean