AACFlow

Asana

Interact with Asana

Usage Instructions

Integrate Asana into the workflow. Can read, write, and update tasks.

Tools

asana_get_task

Input

ParameterTypeRequiredDescription
taskGidstringNoThe globally unique identifier (GID) of the task. If not provided, will get multiple tasks.
workspacestringNoAsana workspace GID (numeric string) to filter tasks (required when not using taskGid)
projectstringNoNo description
limitnumberNoNo description

Output

ParameterTypeDescription
successbooleanOperation success status
tsstringTimestamp of the response
gidstringTask globally unique identifier
resource_typestringResource type (task)
resource_subtypestringResource subtype
namestringTask name
notesstringTask notes or description
completedbooleanWhether the task is completed
assigneeobjectAssignee details
gidstringAssignee GID
namestringAssignee name
created_byobjectCreator details
gidstringCreator GID
namestringCreator name
due_onstringDue date (YYYY-MM-DD)
created_atstringTask creation timestamp
modified_atstringTask last modified timestamp
tasksarrayArray of tasks (when fetching multiple)
gidstringTask GID
namestringTask name
completedbooleanCompletion status

asana_create_task

Input

ParameterTypeRequiredDescription
workspacestringYesNo description
namestringYesNo description
notesstringNoNo description
assigneestringNoNo description
due_onstringNoNo description

Output

ParameterTypeDescription
successbooleanOperation success status
tsstringTimestamp of the response
gidstringTask globally unique identifier
namestringTask name
notesstringTask notes or description
completedbooleanWhether the task is completed
created_atstringTask creation timestamp
permalink_urlstringURL to the task in Asana

asana_update_task

Input

ParameterTypeRequiredDescription
taskGidstringYesNo description
namestringNoNo description
notesstringNoNo description
assigneestringNoNo description
completedbooleanNoNo description
due_onstringNoNo description

Output

ParameterTypeDescription
successbooleanOperation success status
tsstringTimestamp of the response
gidstringTask globally unique identifier
namestringTask name
notesstringTask notes or description
completedbooleanWhether the task is completed
modified_atstringTask last modified timestamp

asana_get_projects

Input

ParameterTypeRequiredDescription
workspacestringYesNo description

Output

ParameterTypeDescription
successbooleanOperation success status
tsstringTimestamp of the response
projectsarrayArray of projects
gidstringProject GID
namestringProject name
resource_typestringResource type (project)

asana_search_tasks

Input

ParameterTypeRequiredDescription
workspacestringYesNo description
textstringNoNo description
assigneestringNoNo description
projectsarrayNoNo description
completedbooleanNoNo description

Output

ParameterTypeDescription
successbooleanOperation success status
tsstringTimestamp of the response
tasksarrayArray of matching tasks
gidstringTask GID
resource_typestringResource type
resource_subtypestringResource subtype
namestringTask name
notesstringTask notes
completedbooleanCompletion status
assigneeobjectAssignee details
gidstringAssignee GID
namestringAssignee name
due_onstringDue date
created_atstringCreation timestamp
modified_atstringModified timestamp
next_pageobjectPagination info
offsetstringOffset token
pathstringAPI path
uristringFull URI

asana_add_comment

Input

ParameterTypeRequiredDescription
taskGidstringYesNo description
textstringYesNo description

Output

ParameterTypeDescription
successbooleanOperation success status
tsstringTimestamp of the response
gidstringComment globally unique identifier
textstringComment text content
created_atstringComment creation timestamp
created_byobjectComment author details
gidstringAuthor GID
namestringAuthor name

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started