Back to Integrations
integrationAirtable node
integrationMonday.com node

Airtable and Monday.com integration

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

How to connect Airtable and Monday.com

  • 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 Monday.com integration: Create a new workflow and add the first step

Step 2: Add and configure Airtable and Monday.com nodes

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

Airtable and Monday.com integration: Add and configure Airtable and Monday.com nodes

Step 3: Connect Airtable and Monday.com

A connection establishes a link between Airtable and Monday.com (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 Monday.com integration: Connect Airtable and Monday.com

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

Airtable and Monday.com integration: Customize and extend your Airtable and Monday.com integration

Step 5: Test and activate your Airtable and Monday.com workflow

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

Microsoft Outlook AI Email Assistant with contact support from Monday and Airtable

Microsoft Outlook AI Email Assistant

Prerequisites

  1. Microsoft 365 Login Credentials
    Provide your Office 365 credentials to connect Outlook.

  2. Monday.com
    Generate an API token and have a board with your contact details.

  3. Airtable
    Obtain an API key (or personal access token) and set up a base to store:
    Contacts (populated by the Monday.com sync).
    Rules & Categories (used by the AI Email Assistant).
    Use this Airtable base as the template: Airtable AI Email Assistant Template. Define your own rules, categories, and delete rules.

  4. OpenAI API Key
    Sign up for OpenAI if you don’t already have an account.
    Generate a new API key at OpenAI API Keys.

What the System Does

  1. Daily Contact Sync (Monday.com → Airtable)
    Runs once a day to pull the latest contacts from Monday.com and store or update them in Airtable.

  2. AI Email Categorisation & Prioritisation
    Fetches Outlook emails with filters.
    Cleans and processes email content.
    Matches emails with known contacts from Airtable.
    Uses an AI agent to classify, categorise, and prioritise emails.
    Updates Outlook categories and importance based on AI results.
    Runs in parallel with Airtable rules & categories retrieval for real-time decision-making.

Workflow 1: Daily Contact Sync (Monday.com → Airtable)

Purpose
Keep Airtable’s Contacts table up to date by pulling new or updated contact data from Monday.com daily.

Steps
Schedule Trigger
Runs at a set interval (daily) to initiate contact syncing.

Monday.com: Get Contacts
Reads the specified board/columns from Monday.com where you store contact details.

Airtable - Contacts
Upserts (adds or updates) the fetched Monday.com data into Airtable’s Contacts table.
Ensures daily updates reflect changes from Monday.com.

Result
A consolidated contact list in Airtable, ready for AI email categorisation.

Workflow 2: Categorise & Prioritise Outlook Emails

Purpose
Fetches Outlook emails, cleans and processes their content, matches senders with known contacts, and uses AI to categorise and prioritise them.

Steps

  1. Get Outlook Emails with Filters
    Trigger**: Either scheduled (Check Mail Schedule Trigger) or manual (Test Workflow).
    Outlook Filters**:
    Not flagged (flag/flagStatus == 'notFlagged').
    Not categorised (not categories/any()).

🔹 Result: A batch of fresh, unprocessed emails ready for processing.

  1. Sanitise Email
    Convert to Markdown: Strips **HTML tags and normalises formatting.
    Email Messages Processing: Allows manual removal of **signatures, disclaimers, or extra content.

🔹 Result: A clean, AI-friendly email for categorisation.

  1. Match Contact
    Loop Over Emails**: Iterates over each email.
    Contact Lookup: Checks Airtable’s **Contacts table (updated daily).
    Merge Data: Enriches emails with known **client, supplier, or internal team info.

🔹 Result: Enhanced email context for AI processing.

  1. AI Agent to Categorise & Prioritise
    Retrieve Rules & Categories**
    Reads Rules, Categories, and Delete Rules from Airtable in parallel.
    AI: Analyse Email (Tools Agent)**
    Uses email text, sender info, and rules to build a structured AI prompt.
    OpenAI Chat Model**
    Processes the AI prompt and outputs:
    Category
    Subcategory (optional)
    Priority level
    Short rationale
    Structured Output Parser**
    Ensures AI response is valid JSON format.

🔹 Result:
Each email is labelled, categorised, and prioritised with AI-driven logic.

  1. Set Outlook Category & Importance
    Set Category: Updates Outlook with the assigned category.
    Check Priority Conditions
    (If Node):
    If Action Required or from a VIP, mark as High Priority.
    Set Importance: Updates the email's **importance flag in Outlook.

🔹 Result:
Outlook is updated with categories & importance based on AI recommendations.

Parallel Processing: Retrieve Rules & Categories
Runs alongside the email categorisation workflow.
Ensures Airtable-based rules are available before AI processing.

Steps
Airtable: Get Rules & Categories
Fetches Rules, Categories, and Delete Rules from Airtable.
Delete Rules (Optional)
If a delete rule matches, the email is removed.

🔹 Result:
A dynamic, updatable rule system ensuring emails are handled properly.

Final Outcome
Daily Contact Sync** keeps contacts up to date.
AI-driven email workflow** ensures smart categorisation.
Outlook automatically updated** with AI-generated categories and importance.

This automated system saves time, ensures efficient inbox management, and allows for customisable rules via Airtable.

Nodes used in this workflow

Popular Airtable and Monday.com workflows

Microsoft Outlook AI Email Assistant with contact support from Monday and Airtable

Microsoft Outlook AI Email Assistant Prerequisites Microsoft 365 Login Credentials Provide your Office 365 credentials to connect Outlook. Monday.com Generate an API token and have a board with your contact details. Airtable Obtain an API key (or personal access token) and set up a base to store: Contacts (populated by the Monday.com sync). Rules & Categories (used by the AI Email Assistant). Use this Airtable base as the template: Airtable AI Email Assistant Template. Define your own rules, categories, and delete rules. OpenAI API Key Sign up for OpenAI if you don’t already have an account. Generate a new API key at OpenAI API Keys. What the System Does Daily Contact Sync (Monday.com → Airtable) Runs once a day to pull the latest contacts from Monday.com and store or update them in Airtable. AI Email Categorisation & Prioritisation Fetches Outlook emails with filters. Cleans and processes email content. Matches emails with known contacts from Airtable. Uses an AI agent to classify, categorise, and prioritise emails. Updates Outlook categories and importance based on AI results. Runs in parallel with Airtable rules & categories retrieval for real-time decision-making. Workflow 1: Daily Contact Sync (Monday.com → Airtable) Purpose Keep Airtable’s Contacts table up to date by pulling new or updated contact data from Monday.com daily. Steps Schedule Trigger Runs at a set interval (daily) to initiate contact syncing. Monday.com: Get Contacts Reads the specified board/columns from Monday.com where you store contact details. Airtable - Contacts Upserts (adds or updates) the fetched Monday.com data into Airtable’s Contacts table. Ensures daily updates reflect changes from Monday.com. Result A consolidated contact list in Airtable, ready for AI email categorisation. Workflow 2: Categorise & Prioritise Outlook Emails Purpose Fetches Outlook emails, cleans and processes their content, matches senders with known contacts, and uses AI to categorise and prioritise them. Steps Get Outlook Emails with Filters Trigger**: Either scheduled (Check Mail Schedule Trigger) or manual (Test Workflow). Outlook Filters**: Not flagged (flag/flagStatus == 'notFlagged'). Not categorised (not categories/any()). 🔹 Result: A batch of fresh, unprocessed emails ready for processing. Sanitise Email Convert to Markdown: Strips **HTML tags and normalises formatting. Email Messages Processing: Allows manual removal of **signatures, disclaimers, or extra content. 🔹 Result: A clean, AI-friendly email for categorisation. Match Contact Loop Over Emails**: Iterates over each email. Contact Lookup: Checks Airtable’s **Contacts table (updated daily). Merge Data: Enriches emails with known **client, supplier, or internal team info. 🔹 Result: Enhanced email context for AI processing. AI Agent to Categorise & Prioritise Retrieve Rules & Categories** Reads Rules, Categories, and Delete Rules from Airtable in parallel. AI: Analyse Email (Tools Agent)** Uses email text, sender info, and rules to build a structured AI prompt. OpenAI Chat Model** Processes the AI prompt and outputs: Category Subcategory (optional) Priority level Short rationale Structured Output Parser** Ensures AI response is valid JSON format. 🔹 Result: Each email is labelled, categorised, and prioritised with AI-driven logic. Set Outlook Category & Importance Set Category: Updates Outlook with the assigned **category. Check Priority Conditions** (If Node): If Action Required or from a VIP, mark as High Priority. Set Importance: Updates the email's **importance flag in Outlook. 🔹 Result: Outlook is updated with categories & importance based on AI recommendations. Parallel Processing: Retrieve Rules & Categories Runs alongside the email categorisation workflow. Ensures Airtable-based rules are available before AI processing. Steps Airtable: Get Rules & Categories Fetches Rules, Categories, and Delete Rules from Airtable. Delete Rules (Optional) If a delete rule matches, the email is removed. 🔹 Result: A dynamic, updatable rule system ensuring emails are handled properly. Final Outcome Daily Contact Sync** keeps contacts up to date. AI-driven email workflow** ensures smart categorisation. Outlook automatically updated** with AI-generated categories and importance. This automated system saves time, ensures efficient inbox management, and allows for customisable rules via Airtable.

Build your own Airtable and Monday.com integration

Create custom Airtable and Monday.com 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

Monday.com supported actions

Archive
Archive a board
Create
Create a new board
Get
Get a board
Get Many
Get many boards
Create
Create a new column
Get Many
Get many columns
Delete
Delete a group in a board
Create
Create a group in a board
Get Many
Get list of groups in a board
Add Update
Add an update to an item
Change Column Value
Change a column value for a board item
Change Multiple Column Values
Change multiple column values for a board item
Create
Create an item in a board's group
Delete
Delete an item
Get
Get an item
Get By Column Value
Get items by column value
Get Many
Get many items
Move
Move item to group

FAQs

  • Can Airtable connect with Monday.com?

  • Can I use Airtable’s API with n8n?

  • Can I use Monday.com’s API with n8n?

  • Is n8n secure for integrating Airtable and Monday.com?

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

Need help setting up your Airtable and Monday.com integration?

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

Looking to integrate Airtable and Monday.com in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Airtable with Monday.com

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