Create Task in Wrike when User Story is create in Targetprocess

Create Task in Wrike

This example shows how to create a Task in the Wrike when User Story is created in Targetprocess. Wrike Task will have the same name as Targetprocess User Story

📘

Prerequisites

You will need to obtain the token (in this example the permanent token is used):
https://developers.wrike.com/documentation/oauth2
and the Folder ID where the task should be created
https://developers.wrike.com/documentation/api/methods/get-folder-tree

You will need these parameters in the Wrike URL

1024
https://www.wrike.com/api/v4/folders/FolderId/tasks?access_token=YourPermanentToken
{
  "title": "{{Name}}"
}