mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.3 KiB
1.3 KiB
NocoDB
You can use these credentials to authenticate the following nodes:
Prerequisites
- Install NocoDB
- Optional: Enable API Access
Using Auth Token
From NocoDB Project:
- Click the rightmost button and click Copy auth token.
From n8n:
- Enter a descriptive Credentials Name.
- In the Credentials Data section enter the following:
- API Token: The authentication token for your NocoDB project.
- Host: The host of your NocoDB instance, for example
http://localhost:8080.
- Click Create to save your new credentials.
Using API Token
From NocoDB Project: Enable API Access
From n8n:
- Enter a descriptive Credentials Name.
- In the Credentials Data section enter the following:
- API Token: The authentication token for your NocoDB project, obtained when enabling API access (above).
- Host: The host of your NocoDB instance, for example
http://localhost:8080.
- Click Create to save your new credentials.
