n8n-docs/docs/nodes/credentials/NocoDB
Gabriel 45376da9bc
📚 Add NocoDB node doc (#597)
* add nocodb doc

* updates
2021-08-11 11:57:04 +03:00
..
README.md 📚 Add NocoDB node doc (#597) 2021-08-11 11:57:04 +03:00

permalink description
/credentials/nocoDb Learn to configure credentials for the NocoDB node in n8n

NocoDB

You can use these credentials to authenticate the following nodes:

Prerequisites

Using Auth Token

From n8n:

  1. Enter a descriptive Credentials Name.
  2. 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.
  3. Click Create to save your new credentials.