eavz
Asana

Asana

Work management platform for teams to organize, track, and manage projects and tasks

10 actions
2 triggers

Actions

Name
create_task

Create a new task in Asana

list_tasks

List tasks in a project

get_task

Get task details by ID

update_task

Update an existing task

add_comment

Add a comment to a task

list_projects

List projects in a workspace

create_project

Create a new project in a workspace

search

Search tasks or projects in a workspace

assign_task

Assign a task to a user

custom_api_call

Make a custom API call to the Asana API

Triggers

Name
new_task

Triggers when a new task is created in a project

task_completed

Triggers when a task is completed in a project

Quick Start

TypeScript
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.