Skip to content

Asana ​

Manage tasks, projects, and workspaces with the Asana API.

DetailValue
CategoryProject Management
Base URLhttps://app.asana.com/api/1.0
AuthenticationBearer Token
Endpoints6
Connector keyasana

Using Asana in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Asana from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /tasksList tasks in a project
POST /tasksCreate a task
GET /tasks/{task_gid}Get a task
PUT /tasks/{task_gid}Update a task
GET /projectsList projects in a workspace
GET /workspacesList all workspaces

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.