Back to Integrations
integrationAirtable node
integrationBaserow node

Airtable and Baserow integration

Save yourself the work of writing custom integrations for Airtable and Baserow and use n8n instead. Build adaptable and scalable Data & Storage workflows that work with your technology stack. All within a building experience you will love.

How to connect Airtable and Baserow

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Airtable and Baserow integration: Create a new workflow and add the first step

Step 2: Add and configure Airtable and Baserow nodes

You can find Airtable and Baserow in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Airtable and Baserow nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Airtable and Baserow integration: Add and configure Airtable and Baserow nodes

Step 3: Connect Airtable and Baserow

A connection establishes a link between Airtable and Baserow (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Airtable and Baserow integration: Connect Airtable and Baserow

Step 4: Customize and extend your Airtable and Baserow integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Airtable and Baserow with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Airtable and Baserow integration: Customize and extend your Airtable and Baserow integration

Step 5: Test and activate your Airtable and Baserow workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Airtable to Baserow or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Airtable and Baserow integration: Test and activate your Airtable and Baserow workflow

Generate personalized cold email icebreakers with Apify, Baserow and OpenRouter GPT-4.1

This workflow automatically researches a lead’s website, understands what the business actually does, and generates a highly personalized cold outreach subject line and icebreaker using AI.

Instead of guessing or relying on shallow placeholders, it scrapes real website content, summarizes it intelligently, and feeds that context into an LLM to produce outreach that feels relevant and human.

If a website is broken or unreachable, the workflow safely flags it so you can identify faulty leads early.

Sticky Notes
No API keys are hardcoded. Add all credentials via n8n’s credential manager.
Website scraping uses markdown and strict character limits to keep token usage under control.
Unresponsive websites return no content, helping you identify broken or invalid leads.
The database can be swapped easily. Baserow is used here, but Airtable or Google Sheets can be used with minimal changes.

How It Works

  1. Fetch Leads from Database
    The workflow starts by pulling leads from Baserow, including company name and website URL.

  2. Visit and Scrape the Website
    The lead’s website is fetched and converted into HTML. If the site fails to load or respond, the workflow records no content and continues without breaking.

  3. Extract and Filter Internal Links
    All links are extracted from the page, then filtered so only links belonging to the same website are kept.

  4. Scrape Multiple Pages
    The workflow scrapes up to five pages in total, including the main website page and up to four internal pages. This provides enough context while avoiding unnecessary data.

  5. Convert to Markdown and Trim Content
    Each page is converted to markdown to reduce token usage and trimmed to a maximum of 5,000 characters to control LLM costs.

  6. Aggregate Website Content
    All processed markdown content is combined into a single structured input.

  7. Generate a Business Overview
    An LLM analyzes the aggregated content and generates a concise overview of the company and its offering.

  8. Generate Subject Line and Icebreaker
    A second LLM uses the company name, lead name where available, and the generated business overview to create a highly personalized subject line and icebreaker for outreach.

  9. Update the Database
    The final outputs are written back to the database, keeping each lead enriched and ready for outreach.

Use Cases
Cold email personalization at scale
Lead research and enrichment
Sales and SDR workflows
Agency outreach systems
Founder-led outbound without manual research

Requirements
Apify API key for website scraping
Baserow credentials (can be replaced with Airtable or Google Sheets)
LLM API key (OpenRouter is used in this workflow)

Why This Template Is Useful
Most outreach fails because it is generic. This workflow solves that by grounding every message in real website content while staying fast, efficient, and cost-conscious.

Nodes used in this workflow

Popular Airtable and Baserow workflows

+3

Generate personalized cold email icebreakers with Apify, Baserow and OpenRouter GPT-4.1

This workflow automatically researches a lead’s website, understands what the business actually does, and generates a highly personalized cold outreach subject line and icebreaker using AI. Instead of guessing or relying on shallow placeholders, it scrapes real website content, summarizes it intelligently, and feeds that context into an LLM to produce outreach that feels relevant and human. If a website is broken or unreachable, the workflow safely flags it so you can identify faulty leads early. Sticky Notes No API keys are hardcoded. Add all credentials via n8n’s credential manager. Website scraping uses markdown and strict character limits to keep token usage under control. Unresponsive websites return no content, helping you identify broken or invalid leads. The database can be swapped easily. Baserow is used here, but Airtable or Google Sheets can be used with minimal changes. How It Works Fetch Leads from Database The workflow starts by pulling leads from Baserow, including company name and website URL. Visit and Scrape the Website The lead’s website is fetched and converted into HTML. If the site fails to load or respond, the workflow records no content and continues without breaking. Extract and Filter Internal Links All links are extracted from the page, then filtered so only links belonging to the same website are kept. Scrape Multiple Pages The workflow scrapes up to five pages in total, including the main website page and up to four internal pages. This provides enough context while avoiding unnecessary data. Convert to Markdown and Trim Content Each page is converted to markdown to reduce token usage and trimmed to a maximum of 5,000 characters to control LLM costs. Aggregate Website Content All processed markdown content is combined into a single structured input. Generate a Business Overview An LLM analyzes the aggregated content and generates a concise overview of the company and its offering. Generate Subject Line and Icebreaker A second LLM uses the company name, lead name where available, and the generated business overview to create a highly personalized subject line and icebreaker for outreach. Update the Database The final outputs are written back to the database, keeping each lead enriched and ready for outreach. Use Cases Cold email personalization at scale Lead research and enrichment Sales and SDR workflows Agency outreach systems Founder-led outbound without manual research Requirements Apify API key for website scraping Baserow credentials (can be replaced with Airtable or Google Sheets) LLM API key (OpenRouter is used in this workflow) Why This Template Is Useful Most outreach fails because it is generic. This workflow solves that by grounding every message in real website content while staying fast, efficient, and cost-conscious.

Build your own Airtable and Baserow integration

Create custom Airtable and Baserow workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Airtable supported actions

Get Many
List all the bases
Get Schema
Get the schema of the tables in a base
Create
Create a new record in a table
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a record from a table
Get
Retrieve a record from a table
Search
Search for specific records or list all
Update
Update a record in a table

Baserow supported actions

Batch Create
Create up to 200 rows in one request
Batch Delete
Delete up to 200 rows in one request
Batch Update
Update up to 200 rows in one request
Create
Create a row
Delete
Delete a row
Get
Retrieve a row
Get Many
Retrieve many rows
Update
Update a row

FAQs

  • Can Airtable connect with Baserow?

  • Can I use Airtable’s API with n8n?

  • Can I use Baserow’s API with n8n?

  • Is n8n secure for integrating Airtable and Baserow?

  • How to get started with Airtable and Baserow integration in n8n.io?

Need help setting up your Airtable and Baserow integration?

Discover our latest community's recommendations and join the discussions about Airtable and Baserow integration.
Isreal
Michael Wells

Looking to integrate Airtable and Baserow in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Airtable with Baserow

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon