Help › Webhooks

Webhooks

Push inbound, outbound, and failure events to your own URL — with secrets, tests, and delivery history.

4 min read

On this page

Webhooks let other systems react when mail moves through FlareMail. Point an HTTPS endpoint at FlareMail, choose the events you care about, and receive signed POSTs as mail arrives, leaves, or fails.

Settings → Webhooks. Add an endpoint, pick events, and review recent deliveries.
Settings → Webhooks. Add an endpoint, pick events, and review recent deliveries.

Add an endpoint

  1. Open WebhooksGo to Settings → Webhooks.
  2. Enter your URLPaste an HTTPS endpoint that can accept JSON POSTs.
  3. Choose eventsSelect any mix of message.inbound, message.outbound, message.failed, and message.test.
  4. SaveFlareMail creates the webhook and shows a signing secret once — store it to verify payloads.

Test and monitor

Use the test action on an endpoint to fire a message.test event. The deliveries list shows recent attempts, status codes, and retries so you can confirm your receiver is healthy.