Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
General principles This template automates the management of marketing campaign from a CRM based on Airtable, using Brevo for sending and tracking emails. It is based on two main steps: 1. Se...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.stickynote, n8n-nodes-base.sendinblue, n8n-nodes-base.set, n8n-nodes-base.airtable, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Guy.
Original n8n.io sourceThis template automates the management of marketing campaign from a CRM based on Airtable, using Brevo for sending and tracking emails.
Sending emails to targeted companies in Airtable, creating an interaction record for each sent email.
Real-time tracking of events (email delivered / opened / clicked, unsubscribe request) via a n8n webhook, updating the corresponding interaction or company record.
This workflow provides precise tracking of marketing actions and facilitates the history of interactions with prospects or clients.
The workflow queries the Company table in Airtable, filtering on a tag or a specific field related to the campaign (e.g., Campaign = "1").
For each company, retrieves the necessary information: email address.
Uses a Brevo Send Template node with a predefined template. Brevo returns a unique identifier for each email sent.
A record is added to the Interaction table containing:
Brevo triggers a webhook to n8n for each event:
In case of an unsubscribe:
Need help customizing this (e.g., expanding Data Tables, connecting multiple surveys, or automating follow-ups)?
📧 [email protected] 🔗 guy.salvatore 🌐 smarthome-smartelec.fr
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.
| Workflow | Automate marketing campaigns with Airtable CRM & Brevo email tracking |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Social Media, Multimodal AI |
| Author | Guy |
| Published | 13 Aug 2025 |
Use the JSON export at /data/workflows/7318/7318.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
General principles This template automates the management of marketing campaign from a CRM based on Airtable, using Brevo for sending and tracking emails. It is based on two main steps: 1. Se...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Social Media, Multimodal AI use case.