NocoDB
With NocoDB modules in Make, you can manage the records in your NocoDB account.
To use the NocoDB modules, you must have a NocoDB account. You can create an account at nocodb.com.
Refer to the NocoDB API documentation for a list of available endpoints.
Connect NocoDB to Make
To establish the connection, you must:
Obtain your API token in NocoDB
To obtain your API token from your NocoDB account:
Log in to your NocoDB account.
In the lower left, click your Profile > Account Settings.
In the left sidebar, click Tokens.
Click Create new token.
Enter a Token name and click Save.
Copy the Token value shown and store it in a safe place.
You will use this value in the API Token (xc-token) field in Make.
Establish the connection with NocoDB in Make
To establish the connection in Make:
Log in to your Make account, add a NocoDB module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
Select whether you are using NocoDB Cloud or a self-hosted instance by choosing Yes or No.
In the NocoDB Base URL field, enter the Base URL of your NocoDB instance (e.g.
https://app.nocodb.com
for NocoDB Cloud or the URL of your self-hosted instance).In the API Token (xc-token) field, enter the API token copied above.
Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more NocoDB modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Build NocoDB Scenarios
After connecting the app, you can perform the following actions:
Create a Record
Delete a Record
Get a Record
Make an API Call
Update a Record
Upsert a Record
Search Records