Skip to content
MediaPress V6

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.

Webhook architecture: 14 site events (form submission, content create/update/delete, media upload, user signup/login, system error) reach the MediaPress webhook dispatcher, which sends HMAC-signed, SSRF-protected, non-blocking requests to a CRM, Slack, Zapier/Make/n8n and your own service.

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.

Signed, secure delivery

With an optional secret key, each request is signed with HMAC-SHA256 so the receiver can verify the body truly came from you. URLs pass through SSRF protection: private/internal targets are rejected. You can also add custom HTTP headers.

Smart filters

You can limit the form-submission event to specific forms, and the system-error event to specific error categories. Cut the noise and receive only the notifications you actually care about.

Robust and non-blocking

Delivery is detached from the main operation and fail-open: a slow or failing target never blocks a form from saving or content from publishing. Your site's operation doesn't depend on the state of external systems.

Bridge to automation tools

Connect to automation platforms like Zapier, Make or n8n, or to your own service. A form into a CRM record, new content into a Slack notification, an order into your accounting — build workflows without writing code.

Connect your systems to your site