n8n-docs/docs/nodes/credentials/Asana
Tanay Pant 52c2b5e36c 🐛 Bug fixes
2020-07-09 13:54:29 +02:00
..
README.md 🐛 Bug fixes 2020-07-09 13:54:29 +02:00
using-access-token.gif Changed header structure / added permalinks (#6) 2020-06-26 14:06:54 +02:00
using-oauth.gif Changed header structure / added permalinks (#6) 2020-06-26 14:06:54 +02:00

Asana

You can find information about the operations supported by the Asana node on the integrations page. You can also browse the source code of the node on GitHub.

The following is a summary based off Asana's own documentation regarding authentication.

Prerequisites

Create an Asana account.

Using OAuth

  1. Open your Asana dashboard.
  2. Click on your user icon in the top right of the window.
  3. Click on "My Profile Settings".
  4. Click on the Apps tab.
  5. Click on "Manage Developer Apps".
  6. Click on "New App".
  7. Enter name and Create app.
  8. Copy the Client ID and Client Secret to be used in your n8n Asana node credentials.
  9. In the redirect URL enter the provided n8n redirect URL found in the Asana's node credentials creation settings. Redirect URL Explanation here

Getting Asana credentials

Using Access Token

  1. Open your Asana dashboard.
  2. Click on your user icon in the top right of the window.
  3. Click on "My Profile Settings".
  4. Click on the Apps tab.
  5. Click on "Manage Developer Apps".
  6. Click on "New Access Token" and then generate.
  7. Use this token with your Asana node credentials in n8n.

Getting Asana credentials