Let your site tell your systems what's happening
With webhooks, MediaPress V6 delivers events happening on your site to your external systems in real time. When a form is submitted, content is updated, or a system error occurs, a standard notification is sent to the addresses you choose — so everything from your CRM to your automation tools stays in sync.

How you set up webhooks in the panel
Event-driven automation
Subscribe to 14 events
Form submission; page, post and product create/update/delete; media upload; user registration and login; system error. Each webhook subscribes to whichever events you want; only the events you care about fire.
Standard JSON envelope
Every event is sent with a consistent body: event type, collection, operation, record id, timestamp and data. The receiving system is written against a single contract; the format doesn't change from event to event.