Automate Lead Creation in Odoo CRM from Secure Web Forms with UTM Tracking - n8n Workflow | Neura Market
Automate Lead Creation in Odoo CRM from Secure Web Forms with UTM Tracking
This workflow automates the creation of leads in Odoo CRM from web forms, ensuring data security and UTM tracking. It validates required fields, resolves UTM parameters, and creates a consolidated lead entry in Odoo.
The workflow begins by receiving data from a secure webhook, which is authenticated using a header token. It validates the presence of essential fields such as firstname, lastname, and email. UTM parameters are resolved by querying Odoo for existing records, and the results are merged into a clean data object. This object is then used to create a new lead in Odoo CRM, and the workflow concludes by responding with appropriate HTTP status codes.
Platform
n8n
Category
Other
Price
Free
Creator
Jack Thompson
if
code
odoo
merge
webhook
stickyNote
executionData
respondToWebhook
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.