Skip to main content

Automate marketing campaigns with Airtable CRM & Brevo email tracking

Workflow preview

Workflow preview
100%
Automate marketing campaigns with Airtable CRM & Brevo email tracking preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Guy.

Original n8n.io source

1.1 Workflow description

Title
Automate marketing campaigns with Airtable CRM & Brevo email tracking
Workflow name
Automate marketing campaigns with Airtable CRM & Brevo email tracking

🎯 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. Sending emails to targeted companies in Airtable, creating an interaction record for each sent email.

  2. 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.


Prerequisites

Airtable with at least 3 tables:

  • Company: Contains information about your clients or prospects.
  • Interaction: Log of exchanges and events.
  • Campaign: Information about the ongoing campaign.

Brevo:

  • A predefined email template, which can include a link to a form.
  • API access for sending and tracking emails.

⚙️ Step-by-step description

1️⃣ Sending Emails

Selecting targeted companies

The workflow queries the Company table in Airtable, filtering on a tag or a specific field related to the campaign (e.g., Campaign = "1").

Preparing data for Brevo

For each company, retrieves the necessary information: email address.

Sending the email via Brevo

Uses a Brevo Send Template node with a predefined template. Brevo returns a unique identifier for each email sent.

Creating an interaction in Airtable

A record is added to the Interaction table containing:

  • Company
  • Date and time of interaction
  • Media = email
  • Brevo email identifier

2️⃣ Tracking Events

Receiving Brevo events

Brevo triggers a webhook to n8n for each event:

  • Delivered
  • Opened
  • Clicked
  • Unsubscribed

Matching with the interaction

  • Based on the Brevo identifier received, the workflow finds the corresponding Interaction in Airtable.

Updating the interaction

  • The interaction status is updated based on the event (e.g., "Opened" with date and time).

Managing unsubscribes

In case of an unsubscribe:

  • The workflow finds the Company associated via the interaction.
  • A specific field in the Company table (e.g., Opt-in) is updated to "No" in order to exclude this company from future campaigns.

✅ Benefits of this template

  • Automated sending and real-time tracking.
  • Interaction history stored in the CRM.
  • RGPD (European regulations) compliance through automatic unsubscribe management.
  • Clear view of campaign effectiveness (open rates, clicks, etc.).

📬 Contact

Need help customizing this (e.g., expanding Data Tables, connecting multiple surveys, or automating follow-ups)?

📧 [email protected] 🔗 guy.salvatore 🌐 smarthome-smartelec.fr

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 - When clicking ‘Execute workflow’

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

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - Sticky Note

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

Block 5 - Send an email with an existing Template

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

Block 6 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Create Interaction

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

Block 8 - Search Company

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

Block 9 - Sticky Note1

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

Block 10 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 11 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 12 - Edit Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Search Interaction

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

Block 14 - Update Delivred

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

Block 15 - Update Opened

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

Block 16 - Update Clicked

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

Block 17 - Search Company2

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

Block 18 - Update Company

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

Block 19 - Sticky Note2

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

Block 20 - Sticky Note3

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

Block 21 - Sticky Note4

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

Block 22 - Sticky Note5

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

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7318/7318.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 Automate marketing campaigns with Airtable CRM & Brevo email tracking do?

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...

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 Social Media, Multimodal AI use case.