$ 95.00
| 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.
What it solves
Odoo's built-in website forms save submissions to the database — 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: every form submission fires a real-time POST to your n8n webhook, turning passive form storage into an active automation trigger.
What it does
Odoo's built-in website forms normally just save data to the database. This module intercepts every submission and sends a POST request to a configurable n8n webhook URL — instantly, with no polling or scheduled jobs.
Real-time delivery
n8n receives the form payload the moment the visitor clicks submit — no delays.
Zero-code setup
Set the webhook URL and optional auth header in Odoo system parameters. No development needed.
Works with any form
Integrates with all Odoo website forms built with the drag-and-drop builder.
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 JSON auth header -
Build website forms as usual with Odoo's drag-and-drop builder.
-
Every submission now triggers your n8n workflow instantly.
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