$ 96.44
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
| Lines of code | 132 |
| Technical Name |
o4p_n8n_website_webhook |
| License | OPL-1 |
| Website | https://apps.ODOO4projects.com/?utm_source=module |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
| Lines of code | 132 |
| Technical Name |
o4p_n8n_website_webhook |
| License | OPL-1 |
| Website | https://apps.ODOO4projects.com/?utm_source=module |
| Versions | 17.0 18.0 19.0 |
n8n – Website Form Webhook
POST Odoo website form submissions directly to an n8n webhook in real time — trigger any automation the moment a visitor hits submit.
Your contact form is collecting leads — is anyone actually doing something with them?
Odoo's website form builder lets you choose where submissions go — create a lead, log a task, send an email. But what if you need something it doesn't support out of the box? Spam filtering before anything gets saved. An AI agent that reads the message and routes it to the right team. Lead enrichment from an external API. A WhatsApp ping to the sales rep the moment a high-value prospect submits.
With this module, every form submission instantly triggers whatever you want via n8n — no limits, no polling, no custom development. Your leads get handled in seconds, not hours.
What it solves (technical)
Odoo's built-in website forms save submissions to the database or one of the built-in targets — and that's it. If you want to run AI spam filtering, enrich leads from external APIs, route enquiries to the right team via Slack, or trigger any other workflow, you're stuck polling the database or building a custom controller. This module removes that gap: form submissions sent to the Webhook API target fire a real-time POST to your n8n webhook, turning passive form storage into an active automation trigger.
What it does
This module provides a dedicated webhook submission target for Odoo's website form builder. When a form is configured to submit to the Webhook API Configuration model, each submission sends a real-time POST to a configurable webhook URL — with no polling or scheduled jobs.
Synchronous delivery
The webhook fires synchronously within the same request — n8n receives the payload before the page responds to the visitor.
Zero-code setup
Set the webhook URL and optional auth header in Odoo system parameters. No development needed.
Dedicated webhook target
Works with website forms configured to use the Webhook API Configuration model as their submission target.
Fully translatable
Ships with German and Spanish translations out of the box.
Use cases
- Smart lead qualificationValidate leads via email or API before adding them to Odoo CRM.
- Lead enrichmentFetch additional data (Clearbit, Hunter, etc.) before saving to Odoo.
- AI-powered workflowsConnect AI agents or chatbots to your forms for intelligent routing.
- Custom notificationsSend Slack, WhatsApp or email alerts for every new submission.
- Anti-spam filteringRun submissions through n8n validation before they ever reach Odoo.
How to set up
Install this module.
-
In n8n, create a workflow with a Webhook trigger node and copy its URL.
-
In Odoo, go to Settings › Technical › Parameters and set:
form.post.url— your webhook URLform.header.auth— optional auth header (HeaderName: Valueformat, e.g.Authorization: Bearer token) -
In the website form builder, set the form's submission target to the Webhook API Configuration model.
-
Every submission to that form now triggers your n8n workflow instantly.
📧 1 Year of Installation Support — Included
Every purchase comes with 12 months of email support for installation and setup. Got stuck? Just write to us and we'll help you get up and running.
Need managed Odoo hosting with this module pre-installed? Check out odoo4projects.com.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module