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.

Back to Catalog
Toolswrike

Block Preview

Wrike

Project management and collaboration platform for teams.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the wrike block with monitoring enabled in production.

Inputs (UI)

Wrike Account

oauth-input

Placeholder: Select Wrike account

Layout: full

Provider: wrike

Operation

dropdown

Layout: full

Options: List Folders, Create Folder, List Tasks, Get Task

Folder ID

short-input

Placeholder: Enter folder ID

Layout: full

Condition: operation = ["create_task","create_project","create_folder"]

Task ID

short-input

Placeholder: Enter task ID

Layout: full

Condition: operation = ["get_task","update_task","list_comments","create_comment"]

Title

short-input

Placeholder: Task or Project title

Layout: full

Condition: operation = ["create_task","update_task","create_project","create_folder"]

Description

long-input

Placeholder: Detailed description

Layout: full

Condition: operation = ["create_task","update_task","create_project"]

Status

short-input

Placeholder: Active, Completed, Deferred, Cancelled

Layout: half

Condition: operation = ["create_task","update_task"]

Importance

dropdown

Layout: half

Condition: operation = ["create_task","update_task"]

Options: High, Normal, Low

Assignee IDs (comma separated)

short-input

Placeholder: USER123,USER456

Layout: full

Condition: operation = ["create_task","update_task"]

Start Date

short-input

Placeholder: 2025-01-01

Layout: half

Condition: operation = ["create_task","update_task","create_project"]

Due Date

short-input

Placeholder: 2025-12-31

Layout: half

Condition: operation = ["create_task","update_task","create_project"]

Comment Text

long-input

Placeholder: Enter your comment

Layout: full

Condition: operation = "create_comment"

Hours

short-input

Placeholder: 2.5

Layout: half

Condition: operation = "create_timelog"

Tracked Date

short-input

Placeholder: 2025-12-27

Layout: half

Condition: operation = "create_timelog"

Custom Fields (JSON)

code

Placeholder: {"customField1": "value1"}

Layout: full

Condition: operation = ["create_task","update_task","create_project"]

Inputs (API)

credential

string

Required

operation

string

Required

folderId

string

Optional

taskId

string

Optional

title

string

Optional

description

string

Optional

status

string

Optional

importance

string

Optional

assignees

string

Optional

startDate

string

Optional

dueDate

string

Optional

commentText

string

Optional

hours

number

Optional

trackedDate

string

Optional

customFields

json

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

wrike_api
Wrike | NowFlow Blocks