eavz
9 actions
3 triggers

Actions

Name
create_task

Create a new task in Wrike

update_task

Update fields of an existing task in Wrike

create_folder

Create a new folder in Wrike

create_project

Create a new project in Wrike

add_comment

Add a comment or internal note to a task or folder

upload_attachment

Upload a file and attach it to a task or folder

find_task

Retrieve a task by its ID or lookup fields

find_folder

Retrieve folder / project metadata by ID or name

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_task

Fires when a new task is created in Wrike (optionally within a folder).

new_folder

Fires when a new folder (or project) is created in Wrike.

new_subtask_created

Triggers when a subtask is created.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'wrike',
  actionName: 'create_task',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Wrike to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Wrike support?

Wrike supports 9 actions including Create Task, Update Task, Create Folder, Create Project, Add Comment, and more.

Can I use Wrike with AI agents?

Yes. Add Wrike to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Wrike use?

Wrike uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Wrike integration cost?

The Wrike integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Wrike support?

Wrike supports 3 triggers including New Task, New Folder, New Subtask Created.

Connect Wrike in 2 minutes

Get 1,000 free actions every month. No credit card required.