n8nflow.net logo

Daily Import Validated Contacts from NocoDB to Brevo

by Nima Salimiβ€’Updated: Last update 2 months agoβ€’Source: n8n.io
Loading workflow viewer...

Getting Started

Overview

Automate your daily contact imports from NocoDB to Brevo.The workflow updates the record status in NocoDB at each step.

For every email campaign, it’s essential to keep your Brevo contact list updated so you can send personalized and targeted emails. This flow automates that process.

βœ… Tasks

⏰ Runs automatically every day
πŸ—‚ Fetches only new/unimported records from NocoDB
πŸ” Checks for missing required fields
🚫 Filters out disposable/temporary emails
πŸ“¬ Creates contacts in Brevo
πŸ“ Updates NocoDB status after each step

πŸ›  How to Use

1️⃣ Set your schedule

  • The Schedule Trigger node runs the flow daily adjust to your preferred time.

2️⃣ Prepare your table in NocoDB

Your NocoDB table should contain at least:

  • id
  • first_name
  • last_name
  • email
  • status (default: 0-not-imported)

3️⃣ Configure your credentials

  • Connect your NocoDB API Token in the NocoDB nodes.
  • Connect your Brevo API Key in the Brevo node.

4️⃣ Map your fields

  • In the Brevo: Create Contact node, make sure first name, last name, and email match your NocoDB column names.

πŸ“Œ Notes

πŸ›‘ Make sure your NocoDB project/table IDs match the ones in this template.

πŸš€ This workflow processes contacts one-by-one to avoid heavy API calls and rate limit issues with Brevo.

βœ… status values:

0-not-imported β†’ new record
1-empty-fields β†’ missing required fields
2-disposal-email β†’ disposable email detected
3-contact-created β†’ successfully created in Brevo