--- title: 'Wrike' description: '' --- # Wrike undefined | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://www.wrike.com/api/v4` | | Authentication | OAuth2 | | Endpoints | 7 | | Connector key | `wrike` | ## Using Wrike in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Wrike** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_tasks_0) | List Tasks | | [GET ](./get_create_task_1) | Create Task | | [GET ](./get_update_task_2) | Update Task | | [GET ](./get_list_folders_3) | List Folders | | [GET ](./get_list_contacts_4) | List Contacts | | [GET ](./get_create_comment_5) | Create Comment | | [GET ](./get_list_timelogs_6) | List Timelogs | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.