Connect Baserow to Make to automate workflows across 1000+ apps without code. Create database tokens for secure authentication, then use Make modules to watch, create, update, delete, and list rows through visual automation scenarios.
Make (formerly Integromat) enables you to build automated workflows that connect Baserow with over 1000 applications and services. With Make’s visual interface, you can create custom automation scenarios that respond to triggers in Baserow, such as new rows being created, and perform actions like updating records, sending notifications, or syncing data across platforms. No coding required.
Unlike basic integrations, Make allows complex multi-step workflows with conditional logic, data transformations, and error handling, all configured through an intuitive drag-and-drop interface.
Make’s Baserow integration provides three types of operations:
Operation type | Available modules | Use case |
---|---|---|
Triggers | Watch Created Rows | Start workflows when new data appears in Baserow |
Actions | Create Row, Get Row, Update Row, Delete Row, Make API Call | Modify Baserow data from other apps |
Searches | List Rows | Find and retrieve specific records |
Alternative: Use the Webhook module for instant triggers. Learn how to create webhooks in Baserow.
Database tokens provide secure, scoped access to your Baserow data without exposing your main account credentials. Each token can be limited to specific workspaces.
⚠️ Security note: Database tokens function like passwords. Keep them confidential, never share them publicly, and store them securely.
https://api.baserow.io
You can now add Baserow modules to your scenario. Manage all connections in Make’s Connections section.
Monitors a table and triggers your scenario whenever new rows are created or existing rows are updated.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
Table ID | Enter your Table ID (found by clicking the three dots next to the table name) |
Setup steps:
Adds a new row to a specified Baserow table.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
Table ID | Enter your Table ID |
Row data | Map values to fields (see permitted field types) |
Setup steps:
Retrieves a single row by its unique identifier.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
Table ID | Enter your Table ID |
Row ID | Enter the Row ID to retrieve |
Setup steps:
Modifies an existing row by its ID.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
Table ID | Enter your Table ID |
Row ID | Enter the Row ID to update |
Row data | Map new values to fields (see permitted field types) |
Setup steps:
Permanently removes a row by its ID.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
Table ID | Enter your Table ID |
Row ID | Enter the Row ID to delete |
Setup steps:
Retrieves multiple rows from a table with optional filtering.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
Table ID | Enter your Table ID |
Limit | Maximum rows per execution (default: 10) |
Search | Optional: Enter a query to filter results (leave empty to return all rows) |
Setup steps:
Execute custom API requests for advanced operations not covered by standard modules.
Configuration:
Field | Description |
---|---|
Connection | Select your Baserow connection |
URL | Enter a path relative to your API URL (e.g., /api/database/fields/table/{table_id} ) |
Method | Select HTTP method: GET, POST, PUT, PATCH, or DELETE |
Headers | Optional: Add custom headers (authorization included automatically) |
Query String | Optional: Add query parameters (e.g., filter__field_1__equal = test ) |
Body | Optional: Add request body content |
Setup steps:
Click the three dots (⋮) next to your table name in Baserow. The ID appears in brackets in the menu. Learn more about database and table IDs.
Yes. When creating your connection in Make, replace https://api.baserow.io
with your self-hosted Baserow URL. Find your exact URL in your API documentation.
Database tokens don’t expire automatically. If you delete a token or it stops working, create a new one and update your Make connection in the Connections section.
Use Baserow’s webhook functionality instead of the “Watch Created Rows” trigger. Webhooks push data to Make immediately when events occur. See Baserow webhooks documentation.
Yes. Use the List Rows module with search parameters, or add filters within your Make scenario after retrieving rows. The search field accepts queries to match specific cell data.
Learn more about Baserow integrations:
Automation tutorials:
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.
Contact support for questions about Baserow or help with your account