Integrations / Project management

Asana

Look up projects and tasks, search tasks, create and update tasks, and comment on them in Asana.

9 tools

Tools

asana.list_projects

List the projects in a workspace. Workspace and project IDs are numeric GID strings, e.g. 1201234567890123.

workspace*archivedlimit

asana.list_project_tasks

List the tasks in a project. Project GIDs are numeric strings, e.g. 1201234567890123.

project*completed_sincelimit

asana.search_tasks

Search tasks in a workspace by text, project, assignee or completion. Needs a premium Asana workspace. GIDs are numeric strings.

workspace*textprojectsassigneescompletedsort_bylimit

asana.get_task

Get a task with its notes, assignee, projects and custom fields. Task GIDs are numeric strings, e.g. 1201234567890123.

task*

asana.create_task writes

Create a task in one or more projects, or in a workspace. GIDs are numeric strings.

name*notesprojectsworkspaceassigneedue_onparent

asana.update_task writes

Update a task's name, notes, assignee, due date or completion. Only the fields given change. Task GIDs are numeric strings.

task*namenotesassigneedue_oncompleted

asana.add_comment writes

Add a comment to a task as the connected user. Task GIDs are numeric strings.

task*text*

asana.api_get

Send a GET request to any Asana API path under https://app.asana.com/api/1.0 and return the response. For endpoints the named tools don't cover.

path*params

asana.api_request writes

Send a POST, PUT, PATCH or DELETE request to any Asana API path under https://app.asana.com/api/1.0.

method*path*paramsbody

Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Asana API path.

Connect

  1. In Asana, open the developer console (My settings → Apps → Manage developer apps, or app.asana.com/0/my-apps) and create a personal access token.
  2. Paste it as the connection's personal access token. The connection acts as you and sees what you can see.
  3. Find a workspace GID in the verify message or with api_get on /workspaces, and project GIDs in project URLs.

Credentials

Personal access token

Asana API docs

Your next automation is one sentence away.

14-day free trial with $5 of built-in AI included. Cancel anytime.