Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
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 upda...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.sendinblue, n8n-nodes-base.nocodb, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nima Salimi.
Original n8n.io sourceAutomate 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.
⏰ 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
1️⃣ Set your schedule
2️⃣ Prepare your table in NocoDB
Your NocoDB table should contain at least:
3️⃣ Configure your credentials
4️⃣ Map your fields
🛡 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
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 | Daily import validated contacts from NocoDB to Brevo |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Social Media, Multimodal AI |
| Author | Nima Salimi |
| Published | 10 Aug 2025 |
Use the JSON export at /data/workflows/7216/7216.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.
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 upda...
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 Social Media, Multimodal AI use case.