Skip to content
← Back to documentation
Technical Reference

Asana

Synchronize Asana tasks, projects, and other objects with your application stack.

CategoryProductivity
AuthenticationOAuth 2.0
Version0.5.0
Published scopes1 published scope
Last updatedSeptember 19, 2026

Overview

Asana

This CDK catalogue package is pinned to @activepieces/piece-asana@0.5.0 and declares 2 declared actions and no declared triggers. Its definition is derived from the exact reviewed Activepieces source.

Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.

Technical guide

Technical reference

  • Package: @activepieces/piece-asana@0.5.0
  • Exact artifact digest: sha256:a5765de4259b7b37eecd495d7d8cad5012ffbc695c833f2a0114435dded494ce
  • Source: the exact reviewed Activepieces source
  • Authentication, action and trigger schemas are taken from the exact pinned package.

Capability summary

AuthenticationOAuth 2.0
Supported objects2
Supported actions2
TriggersNone published

Authentication

Authentication method: OAuth 2.0

Required scopes

default

Authentication profiles

connection · oauth2

OAuth scopes: default

Supported objects

ObjectReadWriteNotes
Create Task Yes No
Custom API Call Yes No

Supported actions

Create Task · Read

Create a new task

create_task · Risk: low · Retry: safe

Inputs

  • workspace · string · Required, Asana workspace to create the task in
  • project · string · Required, Asana Project to create the task in
  • name · string · Required, The name of the task to create
  • notes · string · Required, Free-form textual information associated with the task (i.e. its description).
  • due_on · string · Optional, The date on which this task is due in any format.
  • tags · array · Optional, Tags to add to the task
  • assignee · string · Optional, Assignee for the task
Custom API Call · Read

Make a custom API call to a specific endpoint

custom_api_call · Risk: low · Retry: safe

Inputs

  • url · object · Required
  • method · string · Required
  • headers · object · Optional, Authorization headers are injected automatically from your connection.
  • queryParams · object · Optional, Appended to the URL as ?key=value.
  • body_type · string · Optional
  • body · object · Optional
  • response_is_binary · boolean · Optional, Enable for files like PDFs, images, etc.
  • failsafe · boolean · Optional, On a failed request, output the error instead of failing the step.
  • timeout · number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).
  • followRedirects · boolean · Optional, Follow 3xx redirects instead of returning them as the response.

Setup

Setup

Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.

Limitations

The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.