Skip to main content

Send a daily email summary of new Airtable contacts via Gmail

Workflow preview

Workflow preview
100%
Send a daily email summary of new Airtable contacts via Gmail preview
Open on n8n.io

1. Workflow Overview

" Video Introduction Want to automate your...

Best for

  • CRM automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.airtable, n8n-nodes-base.html, n8n-nodes-base.gmail, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milan Vasarhelyi - SmoothWork.

Original n8n.io source

1.1 Workflow description

Title
Send a daily email summary of new Airtable contacts via Gmail
Workflow name
Send a daily email summary of new Airtable contacts via Gmail

"## Video Introduction

Want to automate your inbox or need a custom workflow? 📞 Book a Call | 💬 DM me on Linkedin

Workflow Overview

This automation sends you a daily email summary of all new contacts added to your Airtable base. Every evening, it searches for contacts created that day, formats them into a clean HTML table, and delivers them directly to your inbox—keeping you updated without any manual effort.

This workflow is perfect for sales teams, recruiters, community managers, or anyone who needs to stay on top of new contacts without manually checking Airtable. Instead of logging into Airtable each day, you'll receive a nicely formatted email with all the essential information about your new contacts, including their name, company, and email address.

First Setup

Airtable Connection:

  1. Create a Personal Access Token at airtable.com/create/tokens
  2. Add these scopes: data.records:read, data.records:write, and schema.bases:read
  3. Grant access to your bases and paste the token into n8n credentials

Gmail Connection:

  • Connect your Gmail account through n8n's OAuth2 authentication

Configuration

  • Schedule: The trigger is set to run daily at 11 PM. Adjust the time in the Schedule Trigger node to match your preference
  • Airtable Base & Table: Update the Search records node to point to your own Airtable base and contacts table
  • Email Recipient: Change the recipient email address in the Gmail node to your own
  • Data Fields: Customize which contact fields appear in the report by modifying the Output Fields in the Airtable node"

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Search Airtable Contacts

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 2 - Convert to HTML Table

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 3 - Send Daily Contacts Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 4 - Daily Evening Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 5 - Workflow Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Creator Contact Info

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Video Walkthrough

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send a daily email summary of new Airtable contacts via Gmail
Complexity intermediate
Nodes 7
Categories CRM
Author Milan Vasarhelyi - SmoothWork
Published 17 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13456/13456.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send a daily email summary of new Airtable contacts via Gmail do?

" Video Introduction Want to automate your...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM use case.