Asana
Work management platform for teams to organize, track, and manage projects and tasks
Actions
| Name | Description |
|---|---|
create_taskCreate a new task in Asana | Create a new task in Asana |
list_tasksList tasks in a project | List tasks in a project |
get_taskGet task details by ID | Get task details by ID |
update_taskUpdate an existing task | Update an existing task |
add_commentAdd a comment to a task | Add a comment to a task |
list_projectsList projects in a workspace | List projects in a workspace |
create_projectCreate a new project in a workspace | Create a new project in a workspace |
searchSearch tasks or projects in a workspace | Search tasks or projects in a workspace |
assign_taskAssign a task to a user | Assign a task to a user |
custom_api_callMake a custom API call to the Asana API | Make a custom API call to the Asana API |
Triggers
| Name | Description |
|---|---|
new_taskTriggers when a new task is created in a project | Triggers when a new task is created in a project |
task_completedTriggers when a task is completed in a project | Triggers when a task is completed in a project |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'asana',
actionName: 'create_task',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Asana 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 Asana support?
Asana supports 10 actions including Create Task, List Tasks, Get Task, Update Task, Add Comment, and more.
Can I use Asana with AI agents?
Yes. Add Asana 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 Asana use?
Asana uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Asana integration cost?
The Asana integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Asana support?
Asana supports 2 triggers including New Task, Task Completed.
Connect Asana in 2 minutes
Get 1,000 free actions every month. No credit card required.