n8n-docs/docs/nodes/credentials/Asana
Tanay Pant dc1258b865 🐛 Bug fixes
2020-09-21 10:41:24 +02:00
..
README.md 🐛 Bug fixes 2020-09-21 10:41:24 +02:00
using-access-token.gif Changed header structure / added permalinks (#6) 2020-06-26 14:06:54 +02:00
using-oauth.gif Add Asana OAuth2 credential docs 2020-09-18 16:46:30 +05:30

permalink
/credentials/asana

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.
  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 a name, accept the API terms and conditions, and click on Create app.
  8. Copy the OAuth Callback URL from n8n and paste it in the Redirect URLs field and click Add.
  9. Use the provided Client ID and Client secret with your Asana OAuth2 API credentials in n8n.
  10. Click on the circle button in the OAuth section to connect an Asana account to n8n.
  11. Click the Save button to save your credentials in n8n.

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 under the Personal access tokens section.
  7. Enter a name for the access token and agree to the API terms and conditions.
  8. Click on the Create token button.
  9. Copy the token and use it with your Asana node credentials in n8n.

Getting Asana credentials