Block 1 - End
- Type / Role
- n8n-nodes-base.noOp - noOp
- Config choices
- Version 1
Email Contacts Sync from Sent Mailbox to Odoo This workflow automatically extracts recipient email addresses from previously sent emails, validates and cleans the data, and synchronizes only delive...
n8n-nodes-base.noop, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by BHSoft.
Original n8n.io sourceThis workflow automatically extracts recipient email addresses from previously sent emails, validates and cleans the data, and synchronizes only deliverable contacts into the internal Odoo Mailing List. It also monitors replies and bounce signals to support follow-up and engagement tracking.
This leads to:
The system calculates the target date and queries the Gmail API to retrieve emails sent within the last X days.
For each sent email:
Extract recipients from the To/Cc fields
Normalize data (trim, lowercase, remove duplicates)
Check the email thread to detect replies or bounce/system responses
Each recipient is then classified into one of the following lists:
deliverableEmails
repliedEmails
bounceEmails
autoReplies
noResponse
Push the list of deliverable emails to the internal Odoo system as Mailing List Contacts.
Add emails from the bounce list to Blacklisted Email Addresses in Odoo to prevent future sending.
(Optional) Log all processing results into Google Sheets for tracking and auditing.
Required information:
Google Sheets will be used to log all notified events.
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.
Showing the first 24 of 47 workflow blocks. Download the JSON for the full node graph.
| Workflow | Sync Gmail sent email contacts with Odoo mailing lists |
|---|---|
| Complexity | advanced |
| Nodes | 47 |
| Categories | CRM, AI Summarization |
| Author | BHSoft |
| Published | 12 Feb 2026 |
Use the JSON export at /data/workflows/13324/13324.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.
Email Contacts Sync from Sent Mailbox to Odoo This workflow automatically extracts recipient email addresses from previously sent emails, validates and cleans the data, and synchronizes only delive...
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 CRM, AI Summarization use case.