Skip to main content

Asana

Manage Asana tasks from your automations — create tasks from Collabase events, update status, assign team members, and post follow-up comments automatically.

Authentication

Auth type: OAuth 2.0 (Personal Access Token) Create a Personal Access Token in Asana → My Profile → Apps → Manage Developer Apps.
CredentialDescription
Personal Access TokenYour Asana PAT

Triggers

TriggerWhen it fires
Task CreatedA new task is added to a project
Task CompletedA task is marked as complete
Task UpdatedA task’s fields are modified
Comment AddedA comment is posted on a task

Actions

ActionKey inputsKey outputs
Create TaskprojectId, name, notes, assigneeGid, dueOn, sectionGidtaskId, gid, name, permalink
Update TasktaskGid, name, notes, completed, assigneeGid, dueOntaskId, name, completed
Get TasktaskGidtaskId, name, completed, dueOn, assignee, permalink
List TasksprojectId, completedSince, limittasks[], count
Add CommenttaskGid, textcommentId, text
List ProjectsworkspaceGid, teamGidprojects[] — projectId, name
Use the task’s GID (a numeric string) rather than its name for reliable identification across API calls. The GID is visible in the Asana task URL.