Back to Integrations
integrationBrevo node
integrationStripe node

Brevo and Stripe integration

Save yourself the work of writing custom integrations for Brevo and Stripe and use n8n instead. Build adaptable and scalable Marketing, Communication, Finance & Accounting, and Sales workflows that work with your technology stack. All within a building experience you will love.

How to connect Brevo and Stripe

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

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

Step 2: Add and configure Brevo and Stripe nodes

You can find Brevo and Stripe 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 Brevo and Stripe nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Brevo and Stripe integration: Add and configure Brevo and Stripe nodes

Step 3: Connect Brevo and Stripe

A connection establishes a link between Brevo and Stripe (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.

Brevo and Stripe integration: Connect Brevo and Stripe

Step 4: Customize and extend your Brevo and Stripe 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 Brevo and Stripe with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Brevo and Stripe integration: Customize and extend your Brevo and Stripe integration

Step 5: Test and activate your Brevo and Stripe workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Brevo to Stripe 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.

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

🚀 Automated Stripe payment recovery: track failures & follow-up emails

🚀 Automated Stripe Payment Recovery Workflow (n8n)

Detect failed payments, log them, and send polite follow-up emails to recover revenue — all automated with n8n.

✅ Part A – Detect & log failed payments

What it does:

Listens for failed Stripe payments.
Extracts customer & payment info.
Logs them neatly in Google Sheets for follow-up.

🧩 Nodes:

1️⃣ Stripe Trigger

Listens to:

payment_intent.payment_failed

2️⃣ Set node

Extracts & maps fields:

Name, Email, Amount (in cents), Currency
payment_intent_id
added_at → {{ $now }}
email_sent_count → 0

3️⃣ Remove Duplicates

Keeps the sheet clean (avoids duplicate rows).

4️⃣ Google Sheets node

Append or update row:

Name, Email, Amount/100, Currency, payment_intent_id, added_at, email_sent_count

> 📌 This builds your “failed payments queue” to drive the follow-up emails later.

🔁 Part B – Daily follow-up emails

What it does:

Runs daily.
Checks which users haven’t received 2 emails yet.
Sends reminder emails and tracks how many were sent.

🧩 Nodes:
1️⃣ Schedule Trigger

Runs every day at 10 AM (0 10 * * *)

2️⃣ Get Payment Failure Leads

Reads rows from Google Sheet.

3️⃣ Switch node (Check for no. of emails sent)

If email_sent_count < 1 → send first email.
Else if email_sent_count < 2 → send second email.
Else → mark as "quit sending emails".

4️⃣ Send First Email

Sends a gentle reminder with billing page button.

5️⃣ Update Email Count

Increments email_sent_count by +1 in Google Sheets.

6️⃣ Send Second Email

Sends final, urgent reminder.

7️⃣ Quit Sending Emails to these Leads

Marks that no more emails should be sent.

📝 Headline

> 🚀 Automated Stripe Payment Recovery: Track Failures & Send Follow-Up Emails via n8n

✅ Why this matters:

Catch failed payments automatically.
Log every attempt & follow-up count.
Recover lost revenue while staying polite and respectful.
Avoid spamming by capping follow-ups to 2 emails.

Nodes used in this workflow

Popular Brevo and Stripe workflows

🚀 Automated Stripe Payment Recovery: Track Failures & Follow-Up Emails

🚀 Automated Stripe Payment Recovery Workflow (n8n) Detect failed payments, log them, and send polite follow-up emails to recover revenue — all automated with n8n. ✅ Part A – Detect & log failed payments What it does: Listens for failed Stripe payments. Extracts customer & payment info. Logs them neatly in Google Sheets for follow-up. 🧩 Nodes: 1️⃣ Stripe Trigger Listens to: payment_intent.payment_failed 2️⃣ Set node Extracts & maps fields: Name, Email, Amount (in cents), Currency payment\_intent\_id added\_at → {{ $now }} email\_sent\_count → 0 3️⃣ Remove Duplicates Keeps the sheet clean (avoids duplicate rows). 4️⃣ Google Sheets node Append or update row: Name, Email, Amount/100, Currency, payment\_intent\_id, added\_at, email\_sent\_count > 📌 This builds your “failed payments queue” to drive the follow-up emails later. 🔁 Part B – Daily follow-up emails What it does: Runs daily. Checks which users haven’t received 2 emails yet. Sends reminder emails and tracks how many were sent. 🧩 Nodes: 1️⃣ Schedule Trigger Runs every day at 10 AM (0 10 * * *) 2️⃣ Get Payment Failure Leads Reads rows from Google Sheet. 3️⃣ Switch node (Check for no. of emails sent) If email_sent_count < 1 → send first email. Else if email_sent_count < 2 → send second email. Else → mark as "quit sending emails". 4️⃣ Send First Email Sends a gentle reminder with billing page button. 5️⃣ Update Email Count Increments email_sent_count by +1 in Google Sheets. 6️⃣ Send Second Email Sends final, urgent reminder. 7️⃣ Quit Sending Emails to these Leads Marks that no more emails should be sent. 📝 Headline > 🚀 Automated Stripe Payment Recovery: Track Failures & Send Follow-Up Emails via n8n ✅ Why this matters: Catch failed payments automatically. Log every attempt & follow-up count. Recover lost revenue while staying polite and respectful. Avoid spamming by capping follow-ups to 2 emails.

Build your own Brevo and Stripe integration

Create custom Brevo and Stripe 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

Stripe supported actions

Get
Get a balance
Create
Create a charge
Get
Get a charge
Get Many
Get many charges
Update
Update a charge
Create
Create a coupon
Get Many
Get many coupons
Create
Create a customer
Delete
Delete a customer
Get
Get a customer
Get Many
Get many customers
Update
Update a customer
Add
Add a customer card
Get
Get a customer card
Remove
Remove a customer card
Create
Create a meter event
Create
Create a source
Delete
Delete a source
Get
Get a source
Create
Create a token

FAQs

  • Can Brevo connect with Stripe?

  • Can I use Brevo’s API with n8n?

  • Can I use Stripe’s API with n8n?

  • Is n8n secure for integrating Brevo and Stripe?

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

Looking to integrate Brevo and Stripe in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Brevo with Stripe

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