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.
Description This n8n workflow is a complete marketing automation system that connects to your CDP (Customer Data Platform), selects which flows to send, and delivers personalized emails using Bre...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.filter, n8n-nodes-base.if, n8n-nodes-base.nocodb, n8n-nodes-base.wait, n8n-nodes-base.removeduplicates, n8n-nodes-base.sendinblue
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nima Salimi.
Original n8n.io sourceThis n8n workflow is a complete marketing automation system that connects to your CDP (Customer Data Platform), selects which flows to send, and delivers personalized emails using Brevo. It's modular and extensible — you can also add SMS, push notifications, Telegram messages, or other channels.
To build a full marketing automation system, you need four key components:
This workflow represents the Workflow Automation layer. You can connect it to your own data stack or use the included example databases (cdp-ecrm, n8n-templates-ecrm, and n8n-transaction-ecrm) to get started quickly.
flow_id from templates in NocoDBn8n-transaction-ecrm with processing statususer_id to avoid over-sendingsent_result, sent_at, and status updatesSet your flow
In the Setup Flow node, change the flow_id to match a row in your n8n-templates-ecrm table.
Prepare your tables in NocoDB
cdp-ecrm: contains users (user_id, email, first_name, phone_number)n8n-templates-ecrm: contains flows with metadatan8n-transaction-ecrm: stores and updates user send statusConfigure credentials
Trigger the flows
0-processing → just inserted1-sending → ready to send2-sent → email sent successfully3-no-email → missing email address4-disposal-email → disposable or banned emailThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate email marketing campaigns with NocoDB & Brevo |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Social Media |
| Author | Nima Salimi |
| Published | 07 Aug 2025 |
Use the JSON export at /data/workflows/7134/7134.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.
Description This n8n workflow is a complete marketing automation system that connects to your CDP (Customer Data Platform), selects which flows to send, and delivers personalized emails using Bre...
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 use case.