Hey everyone,
I wanted to share another workflow I built in n8n that combines Airtable, HTTP requests, AI processing, and Gmail into one automated flow.
This setup starts on a schedule trigger, pulls records from Airtable, and loops through them one by one. From there, the workflow checks conditions, fetches external data through an HTTP request, formats it with Code nodes, and sends it into an AI Agent connected with Anthropic and a Structured Output Parser.
Once the AI returns the response, the workflow splits and organizes the output, updates Airtable, and then decides what should happen next based on the result. Depending on the branch, it can prepare the final data, merge results, update records again, and send emails through Gmail.
What this workflow is solving
The main purpose of this automation is to remove repetitive manual work when handling records that need:
-
data enrichment
-
AI-based processing
-
structured decision-making
-
record updates in Airtable
-
automated email actions
Tools used
-
n8n
-
Airtable
-
HTTP Request
-
AI Agent
-
Anthropic
-
Structured Output Parser
-
Gmail
-
Code + If + Merge logic
Why I like this kind of setup
What I like most about workflows like this is that n8n makes it possible to combine logic, AI, database updates, and communication in a very flexible way. Instead of treating AI as a single step, this workflow uses it as part of a larger decision-based process.
This kind of automation can be adapted for lead processing, personalized outreach, qualification flows, research pipelines, and follow-up systems.
Would love to know how others here are using AI Agent + structured outputs + Airtable inside n8n.
