Webhook Notifications

Updated 13 July 2026

Automatically notify another system when an export finishes successfully.

Overview

Webhook Notifications let Advanced Export Pro inform another system when an export finishes. In simple terms, Odoo sends a short message to a web address (URL) so the next step can happen automatically.

Teams use this to trigger actions such as: starting an import in another tool, refreshing dashboards, or creating a ticket/alert when a critical export completes. It reduces manual follow-up work and makes processes more reliable.

Note: Webhooks are usually set up with help from your IT/admin team, because they involve URLs and secure tokens.

Example: After the “Daily Inventory Export” succeeds, a webhook notifies a warehouse system to pull the latest data.

How It Works

Step-by-Step Guide

Fields Table

Field Explanations

Send Webhook Notification

Enable this only when you have a valid target URL and approval to notify it.

Webhook URL

The address that receives the “export completed” message.

Authentication Type

Choose the method required by your receiving system (ask IT).

Webhook Token / API Key

A secret credential; store and share it safely.

Custom Headers

Optional extra information some systems require.

Retry Attempts

Helps recover from temporary network issues.

Webhook Sent

Quick confirmation that the notification was sent.

Webhook Response

Useful for troubleshooting; share with IT if it shows an error.

Tips

Common Mistakes