Asana
Project Management

Asana Connector

Connect to Asana to manage tasks, projects, workspaces, and comments via the Asana REST API.

$pip install "toolsconnector[asana]"
38
Actions
Project Management
Category
Free
Apache 2.0

All 38 Actions

Action Description Parameters Returns
add_comment ⚠Add a comment to a tasktask_gid, textAsanaComment
add_dependencies ⚠Add task dependenciestask_gid, dependenciesdict
add_followers ⚠Add followers to a tasktask_gid, followersdict
add_tagAdd a tag to a tasktask_gid, tag_gidbool
add_task_to_section ⚠Add a task to a sectionsection_gid, task_gidNoneType
create_project ⚠Create a new projectworkspace_gid, name  [notes]AsanaProject
create_section ⚠Create a section in a projectproject_gid, namedict
create_subtask ⚠Create a subtask under a parent tasktask_gid, nameAsanaTask
create_tag ⚠Create a tagworkspace_gid, name  [color]dict
create_task ⚠Create a new taskproject_gid, name  [notes, assignee, due_on]AsanaTask
create_webhook ⚠Create a webhookresource, targetdict
delete_project ⚠Delete a projectproject_gidNoneType
delete_tag ⚠Delete a tagtag_gidNoneType
delete_task ⚠Delete a task by GIDtask_gidbool
delete_webhook ⚠Delete a webhookwebhook_gidNoneType
duplicate_task ⚠Duplicate a tasktask_gid  [name, include]dict
get_meGet the current userdict
get_projectGet a single project by GIDproject_gidAsanaProject
get_taskGet a single task by GIDtask_gidAsanaTask
get_task_countGet task count for a projectproject_giddict
get_userGet a user by IDuser_giddict
get_workspaceGet a workspace by GIDworkspace_gidAsanaWorkspace
list_attachmentsList attachments on a tasktask_gidlist
list_custom_fieldsList custom fields in a workspaceworkspace_gid  [limit]list
list_projectsList projects in a workspaceworkspace_gid  [limit, offset]PaginatedList[AsanaProject]
list_sectionsList sections in a projectproject_gidlist
list_storiesList stories (activity) on a tasktask_gidlist
list_subtasksList subtasks of a tasktask_gidlist
list_tagsList tags in a workspaceworkspace_gidlist
list_tasksList tasks in a projectproject_gid  [limit, offset]PaginatedList[AsanaTask]
list_teamsList teams in a workspaceworkspace_gidlist
list_usersList users in a workspaceworkspace_gid  [limit, offset]PaginatedList[dict[str, Any]]
list_webhooksList webhooksworkspace_gidlist
list_workspacesList workspaces accessible to the userlist
search_tasksSearch tasks in a workspaceworkspace_gid  [text, assignee, completed, is_subtask, limit]list
set_parent ⚠Set parent for a tasktask_gid, parentdict
update_project ⚠Update a projectproject_gid  [name, notes, color]AsanaProject
update_taskUpdate an existing tasktask_gid  [name, notes, completed, due_on]AsanaTask
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing