Back to Integrations
integrationAirtable node
integrationOpenRouter Chat Model node

Airtable and OpenRouter Chat Model integration

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

How to connect Airtable and OpenRouter Chat Model

  • 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 OpenRouter Chat Model integration: Create a new workflow and add the first step

Step 2: Add and configure Airtable and OpenRouter Chat Model nodes

You can find Airtable and OpenRouter Chat Model 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 OpenRouter Chat Model nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Airtable and OpenRouter Chat Model integration: Add and configure Airtable and OpenRouter Chat Model nodes

Step 3: Connect Airtable and OpenRouter Chat Model

A connection establishes a link between Airtable and OpenRouter Chat Model (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 OpenRouter Chat Model integration: Connect Airtable and OpenRouter Chat Model

Step 4: Customize and extend your Airtable and OpenRouter Chat Model 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 OpenRouter Chat Model with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Airtable and OpenRouter Chat Model integration: Customize and extend your Airtable and OpenRouter Chat Model integration

Step 5: Test and activate your Airtable and OpenRouter Chat Model workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Airtable to OpenRouter Chat Model 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 OpenRouter Chat Model integration: Test and activate your Airtable and OpenRouter Chat Model workflow

Startup Funding Research Automation with Claude, Perplexity AI, and Airtable

Startup Funding Research Automation with Claude, Perplexity AI, and Airtable

How it works
This intelligent workflow automatically discovers and analyzes recently funded startups by:
Monitoring multiple news sources (TechCrunch and VentureBeat) for funding announcements
Using AI to extract key funding details (company name, amount raised, investors)
Conducting automated deep research on each company through perplexity deep research or jina deep search.
Organizing all findings into a structured Airtable database for easy access and analysis

Set up steps (10-15 minutes)
Connect your news feed sources (TechCrunch and VentureBeat). Could be extended. These were easy to scrape and this data can be expensive.
Set up your AI service credentials (Claude and Perplexity or jina which has generous free tier)
Connect your Airtable account and create a base with appropriate fields (can be imported from my base) or see structure below.
Airtable Base

Structure Funding Round Base

Field Name Data Type Description
website_url String URL of the company website
company_name String Name of the company
funding_round String The funding stage or round (e.g., Series A, Seed, etc.)
funding_amount Number The amount of funding received
lead_investor String The primary investor leading the funding round
market String The market or industry sector the company operates in
participating_investors String List of other investors participating in the funding round
press_release_url String URL to the press release about the funding
evaluation Number The company's valuation

Structure Company Deep Research Base

Field Name Data Type Description
website_url String URL of the company website
company_name String Name of the company
funding_round String The funding stage or round (e.g., Series A, Seed, etc.)
funding_amount Number The amount of funding received
currency String Currency of the funding amount
announcement_date String Date when the funding was announced
lead_investor String The primary investor leading the funding round
participating_investors String List of other investors participating in the funding round
industry String The industry sectors the company operates in
company_description String Description of the company's business
hq_location String Company headquarters location
founding_year Number Year the company was founded
founder_names String Names of the company founders
ceo_name String Name of the company CEO
employee_count Number Number of employees at the company
total_funding Number Total funding amount received to date
total_funding_currency String Currency of total funding
funding_purpose String Purpose or use of the funding
business_model String Company's business model
valuation Object Company valuation information
previous_rounds Object Information about previous funding rounds
source_urls String Source URLs for the funding information
original_report String Original report text about the funding
market String The market the company operates in
press_release_url String URL to the press release about the funding
evaluation Number The company's valuation

Notes
I found that by using perplexity via open router, we lose access to the sources, as they are not stored in the same location as the report itself so I opted to use perplexity API via HTTP node.

For using perplexity and or jina you have to configure header auth as described in Header Auth - n8n Docs

What you can learn
How to scrape data using sitemaps
How to extract strucutred data from unstructured text
How to execute parts of the workflow as subworkflow
How to use deep research in a practical scenario
How to define more complex JSON schemas

Nodes used in this workflow

Popular Airtable and OpenRouter Chat Model workflows

+4

Startup Funding Research Automation with Claude, Perplexity AI, and Airtable

Startup Funding Research Automation with Claude, Perplexity AI, and Airtable How it works This intelligent workflow automatically discovers and analyzes recently funded startups by: Monitoring multiple news sources (TechCrunch and VentureBeat) for funding announcements Using AI to extract key funding details (company name, amount raised, investors) Conducting automated deep research on each company through perplexity deep research or jina deep search. Organizing all findings into a structured Airtable database for easy access and analysis Set up steps (10-15 minutes) Connect your news feed sources (TechCrunch and VentureBeat). Could be extended. These were easy to scrape and this data can be expensive. Set up your AI service credentials (Claude and Perplexity or jina which has generous free tier) Connect your Airtable account and create a base with appropriate fields (can be imported from my base) or see structure below. Airtable Base Structure Funding Round Base | Field Name | Data Type | Description | |------------|-----------|-------------| | website_url | String | URL of the company website | | company_name | String | Name of the company | | funding_round | String | The funding stage or round (e.g., Series A, Seed, etc.) | | funding_amount | Number | The amount of funding received | | lead_investor | String | The primary investor leading the funding round | | market | String | The market or industry sector the company operates in | | participating_investors | String | List of other investors participating in the funding round | | press_release_url | String | URL to the press release about the funding | | evaluation | Number | The company's valuation | Structure Company Deep Research Base | Field Name | Data Type | Description | |------------|-----------|-------------| | website_url | String | URL of the company website | | company_name | String | Name of the company | | funding_round | String | The funding stage or round (e.g., Series A, Seed, etc.) | | funding_amount | Number | The amount of funding received | | currency | String | Currency of the funding amount | | announcement_date | String | Date when the funding was announced | | lead_investor | String | The primary investor leading the funding round | | participating_investors | String | List of other investors participating in the funding round | | industry | String | The industry sectors the company operates in | | company_description | String | Description of the company's business | | hq_location | String | Company headquarters location | | founding_year | Number | Year the company was founded | | founder_names | String | Names of the company founders | | ceo_name | String | Name of the company CEO | | employee_count | Number | Number of employees at the company | | total_funding | Number | Total funding amount received to date | | total_funding_currency | String | Currency of total funding | | funding_purpose | String | Purpose or use of the funding | | business_model | String | Company's business model | | valuation | Object | Company valuation information | | previous_rounds | Object | Information about previous funding rounds | | source_urls | String | Source URLs for the funding information | | original_report | String | Original report text about the funding | | market | String | The market the company operates in | | press_release_url | String | URL to the press release about the funding | | evaluation | Number | The company's valuation | Notes I found that by using perplexity via open router, we lose access to the sources, as they are not stored in the same location as the report itself so I opted to use perplexity API via HTTP node. For using perplexity and or jina you have to configure header auth as described in Header Auth - n8n Docs What you can learn How to scrape data using sitemaps How to extract strucutred data from unstructured text How to execute parts of the workflow as subworkflow How to use deep research in a practical scenario How to define more complex JSON schemas

Build your own Airtable and OpenRouter Chat Model integration

Create custom Airtable and OpenRouter Chat Model 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

FAQs

  • Can Airtable connect with OpenRouter Chat Model?

  • Can I use Airtable’s API with n8n?

  • Can I use OpenRouter Chat Model’s API with n8n?

  • Is n8n secure for integrating Airtable and OpenRouter Chat Model?

  • How to get started with Airtable and OpenRouter Chat Model integration in n8n.io?

Need help setting up your Airtable and OpenRouter Chat Model integration?

Discover our latest community's recommendations and join the discussions about Airtable and OpenRouter Chat Model integration.
Michael Wells

Looking to integrate Airtable and OpenRouter Chat Model in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Airtable with OpenRouter Chat Model

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