Skip to content

Asana

Reference


Asana is a web and mobile application designed to help teams organize, track, and manage their work tasks and projects efficiently.

Categories: [project-management]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers


Actions

Create project

Creates a new project in a workspace or team.

Properties

NameTypeControl TypeDescription
Project{{STRING(workspace), STRING(name), STRING(notes), STRING(team)}(data)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(gid), STRING(name), STRING(notes), {STRING(gid), STRING(name)}(team), {STRING(gid), STRING(name)}(workspace)}OBJECT_BUILDER

Create a task

Creates a new task

Properties

NameTypeControl TypeDescription
Task{{STRING(workspace), STRING(project), STRING(name), STRING(notes), DATE(due_on), [STRING](tags), STRING(assignee)}(data)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(gid), DATE(due_on), STRING(notes), STRING(name), {STRING(gid), STRING(name)}(workspace), [{STRING(gid), STRING(name)}](tags), {STRING(gid), STRING(name)}(assignee)}OBJECT_BUILDER