Asana
-
Import/clone the
Asana_HTTPsource from the Connectors library application.-
Asana supports two types of API credentials: (1) OAuth (code grant flow); (2) Personal Access Token (RAT). The
Asana_HTTPsource is preconfigured for RAT. Asana Authentication Quick Start describes steps to create a RAT: open the Developer App Management page by going to https://app.asana.com/0/developer-console -> click ”+ New access token” -> Enter “Token name” (can be any) -> Create token -> Copy and save your token as you won’t see it again. -
The Connectors library application contains examples of how to list workspaces, list projects, create a project, delete projects. You can modify these examples for any other API calls supported by Asana: https://developers.asana.com/docs/asana
-