Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.baserow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Refer to [Baserow credentials](/integrations/builtin/credentials/baserow.md) for
## Operations

* Row
* Batch create rows
* Batch delete rows
* Batch update rows
* Create a row
* Delete a row
* Retrieve a row
Expand Down
22 changes: 22 additions & 0 deletions docs/integrations/builtin/credentials/baserow.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Create a [Baserow](https://baserow.io/) account on any hosted Baserow instance o
## Supported authentication methods

- Basic auth
- Token

## Related resources

Expand All @@ -42,3 +43,24 @@ Follow these steps:

Refer to [Baserow's API Authentication documentation](https://baserow.io/docs/apis/rest-api#authentication) for information on creating user accounts.

## Using token

To configure the database token, you'll need:

- Your Baserow **Host**
- A **Username** and **Password** to log in with

Creating the token:

1. In Baserow, you must login with your username and password.
2. Can click on the workspace in the top left corner
3. Then on "My settings"
4. And in the opened modal on "Database token".
5. Create a new token from there.

Follow these steps:

1. Enter the **Host** for the Baserow instance:
- For a Baserow-hosted instance: leave as `https://api.baserow.io`.
- For a self-hosted instance: set to your self-hosted instance API URL.
2. Enter the **Token** for the token that n8n should use.