节点与集成
Baserow credentials
You can use these credentials to authenticate the following node:
Prerequisites
Create a Baserow account on any hosted Baserow instance or a self-hosted instance.
Supported authentication methods
- Basic auth
- Token
Related resources
Refer to Baserow's documentation for more information about the service.
Refer to Baserow's auto-generated API documentation for more information about the API specifically.
Using basic auth
To configure this credential, you'll need:
- Your Baserow Host
- A Username and Password to log in with
Follow these steps:
- 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.
- Enter the Username for the user account n8n should use.
- Enter the Password for that user account.
Refer to Baserow's API Authentication documentation for information on creating user accounts.
Using a token
To configure the database token credential, you'll need:
- Your Baserow Host
- A Database token created on Baserow\.io, which requires a Username and Password for login.
Creating the database token
- In Baserow, log in with your username and password.
- Click on your workspace in the top left corner and select My Settings.
- In the screen that opens, click Database tokens.
- Click Create token.
- Enter a Name and Workspace for the token.
- Click Create token to finish.
To create the credential in n8n, follow these steps:
- 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.
- Enter the Database Token you created.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。