Wrike
Actions
| Name | Description |
|---|---|
create_taskCreate a new task in Wrike | Create a new task in Wrike |
update_taskUpdate fields of an existing task in Wrike | Update fields of an existing task in Wrike |
create_folderCreate a new folder in Wrike | Create a new folder in Wrike |
create_projectCreate a new project in Wrike | Create a new project in Wrike |
add_commentAdd a comment or internal note to a task or folder | Add a comment or internal note to a task or folder |
upload_attachmentUpload a file and attach it to a task or folder | Upload a file and attach it to a task or folder |
find_taskRetrieve a task by its ID or lookup fields | Retrieve a task by its ID or lookup fields |
find_folderRetrieve folder / project metadata by ID or name | Retrieve folder / project metadata by ID or name |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_taskFires when a new task is created in Wrike (optionally within a folder). | Fires when a new task is created in Wrike (optionally within a folder). |
new_folderFires when a new folder (or project) is created in Wrike. | Fires when a new folder (or project) is created in Wrike. |
new_subtask_createdTriggers when a subtask is created. | Triggers when a subtask is created. |
Quick Start
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.