Events & webhooks
Outbound webhooks
Platform events pushed to URLs you own — subscriptions by topic, with an on/off toggle.
An outbound webhook pushes platform events to a URL outside the platform — your middleware, your ERP's integration endpoint, a monitoring hook. You subscribe it to topics; the platform delivers.
Where you find it
Integration Studio › Webhooks › Outbound — /integrations/outbound.

Fields and controls
| Column | What it shows |
|---|---|
| Webhook | Name and target URL. |
| Topics | The subscribed event topics; * subscribes to everything. |
| Enabled | The per-row on/off toggle. |
New webhook creates one; the … menu carries edit and delete. The header counts how many are active.
What happens when you change it
The toggle is immediate: off means no deliveries, and events that occur while
a webhook is disabled are not delivered to it later. A * subscription
forwards every event the tenant emits — fine for a test receiver, a lot of
traffic for a production system; subscribe to the specific topics from the
Event Catalog instead.
Permissions
Not verified.
Related
- Event Catalog — the topics you can subscribe to.
- Guide: Set up webhooks