mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
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
- Open your Asana dashboard.
- Click on your user icon in the top right of the window.
- Click on "My Profile Settings".
- Click on the Apps tab.
- Click on "Manage Developer Apps".
- Click on "New App".
- Enter name and Create app.
- Copy the Client ID and Client Secret to be used in your n8n Asana node credentials.
- In the redirect URL enter the provided n8n redirect URL found in the Asana's node credentials creation settings.
Using Access Token
- Open your Asana dashboard.
- Click on your user icon in the top right of the window.
- Click on "My Profile Settings".
- Click on the Apps tab.
- Click on "Manage Developer Apps".
- Click on "New Access Token" and then generate.
- Use this token with your Asana node credentials in n8n.

