Baserow is an open-source no-code database platform that lets you build, manage, and collaborate on structured data with ease. It offers flexible table views, real-time collaboration, and powerful API integrations for custom workflows.
Integrating your application with Baserow allows you to manage databases efficiently, set permissions, and authenticate API requests securely.
Authentication
Before you begin, make sure you have the following information:
Connection Name
: Select a descriptive name for your connection, like "MyAppBaseIntegration". This helps in easily identifying the connection within your application or integration settings.Authentication Type
: Baserow supports API tokens for authentication.
API Token Based Authentication
Go to your workspace ->
My Settings
->Database Tokens
→ Click on 'Create Token
'.Assign permissions at the table level (eg. create, read, update, and delete).
Retrieve Your Token and keep your token confidential to prevent unauthorized access.
Actions
Actions | Description |
| Creates a row in Baserow |
| Deletes a row in Baserow |
| Gets a row in Baserow |
| Gets a list of rows from Baserow |
| Updates a row in Baserow |
Triggers
Triggers | Description |
| Triggers when a new row is created in Baserow |
| Triggers when a row is deleted in Baserow |
| Triggers when a row is updated in Baserow |