Send a daily email summary of new Airtable contacts via Gmail
Go to WorkflowDescription
"## 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:
Create a Personal Access Token at airtable.com/create/tokens
Add these scopes: data.records:read, data.records:write, and schema.bases:read
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"