Event-Driven Infrastructure

Listen to your
email lifecycle.

Stop polling and start reacting. Mailwon Webhooks notify your backend the millisecond an event occurs—from delivery to engagement.

Automate your
downstream logic.

Reputation Protection

Sync 'bounce' and 'complaint' events to your database instantly to stop sending to bad addresses.

Real-time Engagement

Trigger welcome flows or notifications when a user opens an email or clicks a specific link.

HMAC Verification

Every payload is signed with a secret key so you can verify the authenticity of every request.

POST /webhooks/mailwon
// X-Mailwon-Signature: hmac-sha256=...
{
  "id": "evt_8x2a1",
  "type": "email.bounced",
  "data": {
    "to": "user@invalid-host.com",
    "reason": "Permanent Bounce",
    "messageId": "mw_9921"
  }
}

Enterprise Stability.

We ensure your events never get lost in transmission.

Smart Retries

If your endpoint is down, we use exponential backoff to retry delivery for up to 24 hours. Your data is always safe.

Endpoint Secrets

Generate unique signing secrets for every endpoint. Verify the HMAC signature to ensure data hasn't been tampered with.

Whitelist IPs

Our webhooks are dispatched from a set of static IP addresses, making it easy to whitelist them in your firewall.

Supported Events

email.sent

Email accepted by our infrastructure.

email.delivered

Recipient server confirmed the message.

email.bounced

Delivery failed permanently or temporarily.

email.complained

User marked the email as spam.

email.opened

Recipient opened the message.

email.clicked

A link in the email was clicked.

Ready to listen?

Build a truly dynamic communication layer for your SaaS in minutes.