mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
Asana
You can find information about the operations supported by the ActiveCampaign node on the integrations page. You can also browse the source code of the node on Github
Authentication
The following is a summary based off Asana's own documentation regarding authentication.
Pre-requisites
Create an Asana account.
Steps
OAuth2
- 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.
Personal 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.

