Back to Integrations
integrationWebhook node
integrationBrevo node

Webhook and Brevo integration

Save yourself the work of writing custom integrations for Webhook and Brevo and use n8n instead. Build adaptable and scalable Development, Core Nodes, Marketing, and Communication workflows that work with your technology stack. All within a building experience you will love.

How to connect Webhook and Brevo

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Webhook and Brevo integration: Create a new workflow and add the first step

Step 2: Add and configure Webhook and Brevo nodes

You can find Webhook and Brevo in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Webhook and Brevo nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Webhook and Brevo integration: Add and configure Webhook and Brevo nodes

Step 3: Connect Webhook and Brevo

A connection establishes a link between Webhook and Brevo (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Webhook and Brevo integration: Connect Webhook and Brevo

Step 4: Customize and extend your Webhook and Brevo integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Webhook and Brevo with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Webhook and Brevo integration: Customize and extend your Webhook and Brevo integration

Step 5: Test and activate your Webhook and Brevo workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Webhook to Brevo or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Webhook and Brevo integration: Test and activate your Webhook and Brevo workflow

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

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

Nodes used in this workflow

Popular Webhook and Brevo workflows

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

Build your own Webhook and Brevo integration

Create custom Webhook and Brevo workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Brevo supported actions

Create
Create or Update
Delete
Get
Get Many
Update
Create
Update
Delete
Get Many
Send
Send Template
Create
Delete
Get Many

Webhook and Brevo integration details

integrationWebhook node
Webhook

Webhooks are automatic notifications that apps send when something occurs. They are sent to a certain URL, which is effectively the app's phone number or address, and contain a message or payload. Polling is nearly never quicker than webhooks, and it takes less effort from you.

Use case

Save engineering resources

Reduce time spent on customer integrations, engineer faster POCs, keep your customer-specific functionality separate from product all without having to code.

Learn more
Use case

Automate lead management

Using too many marketing tools? n8n lets you orchestrate all your apps into one cohesive, automated workflow.

Learn more

FAQs

  • Can Webhook connect with Brevo?

  • Can I use Webhook’s API with n8n?

  • Can I use Brevo’s API with n8n?

  • Is n8n secure for integrating Webhook and Brevo?

  • How to get started with Webhook and Brevo integration in n8n.io?

Need help setting up your Webhook and Brevo integration?

Discover our latest community's recommendations and join the discussions about Webhook and Brevo integration.
Benjamin Hatton
Albert Ashkhatoyan
Víctor González
Salomão
sg tech

Looking to integrate Webhook and Brevo in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Webhook with Brevo

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon