All integrations

Webhooks

Works today

Subscribe to email events and receive signed JSON at your own endpoint.

Use cases

  • Update your database the moment a message is delivered
  • Pipe inbound-forwarded mail into your own app or CRM
  • Drive workflows in n8n, Zapier or Make from email events

What you can do today

  1. 1
    Add an endpoint

    In the dashboard, open Webhooks and add a public HTTPS URL. Copy the signing secret.

  2. 2
    Verify the signature

    Each delivery carries an HMAC-SHA256 signature. Verify it with your secret before trusting the payload.

  3. 3
    Send a test

    Use the test button to fire a sample event and confirm your endpoint responds with 2xx.

Native integration coming soon

Delivered and inbound-forwarded events fire today. Open, click and bounce events are next on the roadmap.