Integrations / Project management
Asana
Look up projects and tasks, search tasks, create and update tasks, and comment on them in Asana.
Tools
asana.list_projects
List the projects in a workspace. Workspace and project IDs are numeric GID strings, e.g. 1201234567890123.
asana.list_project_tasks
List the tasks in a project. Project GIDs are numeric strings, e.g. 1201234567890123.
asana.search_tasks
Search tasks in a workspace by text, project, assignee or completion. Needs a premium Asana workspace. GIDs are numeric strings.
asana.get_task
Get a task with its notes, assignee, projects and custom fields. Task GIDs are numeric strings, e.g. 1201234567890123.
asana.create_task writes
Create a task in one or more projects, or in a workspace. GIDs are numeric strings.
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.
asana.add_comment writes
Add a comment to a task as the connected user. Task GIDs are numeric strings.
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.
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.
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
- 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.
- Paste it as the connection's personal access token. The connection acts as you and sees what you can see.
- Find a workspace GID in the verify message or with api_get on /workspaces, and project GIDs in project URLs.
Credentials
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.