Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.5
This workflow automates the process of collecting contacts , storing them in Brevo , and sending a welcome email, while also supporting bulk import from Google Sheets and unsubscribe tracking. Key ...
n8n-nodes-base.formtrigger, n8n-nodes-base.webhook, n8n-nodes-base.sendinblue, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow automates the process of collecting contacts, storing them in Brevo, and sending a welcome email, while also supporting bulk import from Google Sheets and unsubscribe tracking.
The workflow eliminates manual work by handling the entire lifecycle:
It supports both:
Using the upsert operation, contacts are:
The workflow directly interacts with Brevo APIs to:
New users instantly receive a welcome email, improving:
The loop system allows processing large datasets efficiently, making it suitable for:
By updating Google Sheets:
The workflow reacts automatically to unsubscribe events, ensuring:
This workflow aut*omates contact management and email communication using Brevo (formerly Sendinblue) and Google Sheets. It handles three main scenarios:
Form submission or webhook trigger – When a user submits a form or hits a webhook, their contact info (first name, last name, email) is upserted into Brevo, added to a specific list, and a welcome email is sent.
Batch import from Google Sheets – When manually executed, the workflow reads rows from a Google Sheet, loops through each row, upserts the contact into Brevo, adds them to a list, sends a welcome email, and marks the row as done in the sheet.
Unsubscribe tracking – When Brevo detects an unsubscribe event, the workflow updates the corresponding row in Google Sheets to mark the contact as unsubscribed.
The workflow ensures no duplicate contacts are created in Brevo (using upsert), and all actions are logged back into the Google Sheet.
sendInBlueApi) and an HTTP Header Auth credential (httpHeaderAuth) using the same API key.googleSheetsOAuth2Api) in n8n. First Name, Last Name, Email, Done, Unsubscribe, row_number. row_number to update the correct row.1 (or update the workflow nodes with the correct ID).first_name, last_mail, email. 3. 👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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 | Brevo Contact Manager 📩: Import, Add to List, Send Email and Track Unsubscribes |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Lead Generation |
| Author | Davide Boizza |
| Published | 15 Apr 2026 |
Use the JSON export at /data/workflows/15085/15085.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.
This workflow automates the process of collecting contacts , storing them in Brevo , and sending a welcome email, while also supporting bulk import from Google Sheets and unsubscribe tracking. Key ...
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 Lead Generation use case.