Skip to content

Asana

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

Categories: project-management

Type: asana/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Create Project

Name: createProject

Creates a new project in a workspace or team.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemProject{{STRING(workspace), STRING(name), STRING(notes), STRING(team)}(data)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

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

Create Task

Name: createTask

Creates a new task

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTask{{STRING(workspace), STRING(project), STRING(name), STRING(notes), DATE(due_on), [STRING](tags), STRING(assignee)}(data)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
data{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

Triggers