Blocks
Wrike
Project management and collaboration platform for teams.
Integrate with Wrike to manage projects, tasks, and team collaboration. Wrike is a versatile work management platform that helps teams plan, organize, and collaborate on projects with customizable workflows, Gantt charts, real-time updates, and powerful reporting. Perfect for marketing teams, creative agencies, and project-based organizations.
Block Preview
Wrike
Project management and collaboration platform for teams.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the wrike block with monitoring enabled in production.
Inputs (UI)
Wrike Account
oauth-inputPlaceholder: Select Wrike account
Layout: full
Provider: wrike
Operation
dropdownLayout: full
Options: List Folders, Create Folder, List Tasks, Get Task
Folder ID
short-inputPlaceholder: Enter folder ID
Layout: full
Condition: operation = ["create_task","create_project","create_folder"]
Task ID
short-inputPlaceholder: Enter task ID
Layout: full
Condition: operation = ["get_task","update_task","list_comments","create_comment"]
Title
short-inputPlaceholder: Task or Project title
Layout: full
Condition: operation = ["create_task","update_task","create_project","create_folder"]
Description
long-inputPlaceholder: Detailed description
Layout: full
Condition: operation = ["create_task","update_task","create_project"]
Status
short-inputPlaceholder: Active, Completed, Deferred, Cancelled
Layout: half
Condition: operation = ["create_task","update_task"]
Importance
dropdownLayout: half
Condition: operation = ["create_task","update_task"]
Options: High, Normal, Low
Assignee IDs (comma separated)
short-inputPlaceholder: USER123,USER456
Layout: full
Condition: operation = ["create_task","update_task"]
Start Date
short-inputPlaceholder: 2025-01-01
Layout: half
Condition: operation = ["create_task","update_task","create_project"]
Due Date
short-inputPlaceholder: 2025-12-31
Layout: half
Condition: operation = ["create_task","update_task","create_project"]
Comment Text
long-inputPlaceholder: Enter your comment
Layout: full
Condition: operation = "create_comment"
Hours
short-inputPlaceholder: 2.5
Layout: half
Condition: operation = "create_timelog"
Tracked Date
short-inputPlaceholder: 2025-12-27
Layout: half
Condition: operation = "create_timelog"
Custom Fields (JSON)
codePlaceholder: {"customField1": "value1"}
Layout: full
Condition: operation = ["create_task","update_task","create_project"]
Inputs (API)
credential
stringRequired
operation
stringRequired
folderId
stringOptional
taskId
stringOptional
title
stringOptional
description
stringOptional
status
stringOptional
importance
stringOptional
assignees
stringOptional
startDate
stringOptional
dueDate
stringOptional
commentText
stringOptional
hours
numberOptional
trackedDate
stringOptional
customFields
jsonOptional
Outputs
Primary response type:
{
"data": "json"
}