Webhook & Event Bus Frame
Emit signed outbound webhooks on model events with retries, queueing and a full delivery log
Integrating Odoo with other systems usually means custom code, fragile cron jobs and no visibility when a call fails. This framework turns any model event — create, write or unlink — into an outbound HTTP webhook from the UI. It queues, signs, delivers and retries the payload, recording every attempt, and exposes an internal event bus so other modules can publish custom events programmatically.
Key Features
Signed endpoints
Each endpoint signs requests with HMAC-SHA256 using a per-endpoint secret (auto-generated and rotatable), sent in an X-Webhook-Signature header so receivers can verify authenticity.
Model-event subscriptions
Subscribe a target URL to a model and trigger (create / write / unlink) with an optional domain, so only the records you care about fire a webhook.
Asynchronous queue
Deliveries are queued and processed by a scheduled cron, so user actions are never blocked waiting on a remote server to respond.
Retries with backoff
Failed deliveries retry automatically with exponential backoff (base × 2^attempt) up to a configurable maximum attempt count before being abandoned.
Full delivery log
Every attempt records the payload, response code, response body, duration and attempt number — with a success rate per endpoint — so failures are easy to diagnose.
Test & custom events
A test-fire wizard and retry-now action speed up setup, a JSON template shapes the payload per subscription, and an internal event bus lets other modules publish custom events.
No-code integration
Wire Odoo into other systems from the UI — no custom connectors or developer time for each new hook.
Reliable delivery
Queueing, retries and backoff mean a momentary outage at the receiver doesn't lose your events.
Secure by default
Signed payloads and optional auth headers let receivers trust that requests genuinely came from your Odoo.
Observable
A complete delivery log and per-endpoint success rate make integration failures visible instead of silent.
Why Choose This Module
Integrators, developers and operations teams connecting Odoo to CRMs, data warehouses, automation platforms and custom services that want a reliable, observable, signed outbound webhook layer and an internal event bus.
Specifications
- Compatible: Odoo 18.0 / 19.0
- License: OPL-1
- Languages: English
- Author: Pokutsoft
- Dependencies: base
- Support: support@pokutsoft.com
Update date: 2026-07-02