Wrike integration (Productivity). Imported from open-connector.
https://www.wrike.com/api/v4/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| me | boolean | optional | Whether to return only the requesting user's contact. |
| deleted | boolean | optional | Whether to include deleted contacts. |
| active | boolean | optional | Whether to filter contacts by active status. |
| name | string | optional | The contact name filter. |
| emails | array | optional | Email addresses to filter contacts by. |
| types | array | optional | Wrike contact types to include. |
| fields | array | optional | Optional Wrike contact response fields. |
/folders
| Param | Type | Required | Description |
|---|---|---|---|
| permalink | string | optional | Folder permalink to match exactly. |
| descendants | boolean | optional | Whether to add all descendant folders to the search scope. |
| project | boolean | optional | Filter only projects when true or only folders when false. |
| deleted | boolean | optional | Whether to get folders from the recycle bin. |
| pageSize | integer | optional | The number of folders to return. Wrike supports up to 1000. |
| nextPageToken | string | optional | The Wrike pagination token from the previous response. |
| fields | array | optional | Optional Wrike folder response fields. |
/folders/{folderIds}
| Param | Type | Required | Description |
|---|---|---|---|
| folderIds | array | required | Wrike API resource IDs. |
| withInvitations | boolean | optional | Whether to include invitations in sharedIds. |
| plainTextCustomFields | boolean | optional | Whether to strip HTML tags from custom fields. |
| fields | array | optional | Optional Wrike folder response fields. |
/folders/{folderId}/folders
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The Wrike API resource ID. |
| title | string | required | The Wrike folder title. |
| description | string | optional | The Wrike folder description. |
| shareds | array | optional | Wrike user or invited user IDs to share the folder with. |
| withInvitations | boolean | optional | Whether to include invitations in ownerIds and sharedIds. |
| fields | array | optional | Optional Wrike folder response fields. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | optional | A title substring filter. |
| status | array | optional | Wrike task statuses to include. |
| importance | string | optional | The Wrike task importance. |
| type | string | optional | The Wrike task type. |
| limit | integer | optional | The maximum number of tasks returned by Wrike. |
| sortField | string | optional | The Wrike task sort field. |
| sortOrder | string | optional | The Wrike task sort order. |
| nextPageToken | string | optional | The Wrike pagination token from the previous response. |
| authors | array | optional | Wrike contact IDs used as author filters. |
| responsibles | array | optional | Wrike contact IDs used as assignee filters. |
| fields | array | optional | Optional Wrike task response fields. |
/tasks/{taskIds}
| Param | Type | Required | Description |
|---|---|---|---|
| taskIds | array | required | Wrike API resource IDs. |
| withInvitations | boolean | optional | Whether to include invitations in sharedIds and responsibleIds. |
| plainTextCustomFields | boolean | optional | Whether to strip HTML tags from custom fields. |
| fields | array | optional | Optional Wrike task response fields. |
/folders/{folderId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The Wrike API resource ID. |
| title | string | required | The Wrike task title. |
| description | string | optional | The Wrike task description. |
| status | string | optional | The Wrike task status. |
| importance | string | optional | The Wrike task importance. |
| responsibles | array | optional | Wrike contact IDs to assign to the task. |
| parents | array | optional | Additional Wrike parent folder IDs. |
| superTasks | array | optional | Wrike parent task IDs for creating a subtask. |
| followers | array | optional | Wrike contact IDs to add as followers. |
| follow | boolean | optional | Whether the caller should follow the created task. |
| fields | array | optional | Optional Wrike task response fields. |