FaultPilot
FaultPilot home

FaultPilot documentation

Alert destinations

Route confirmed incident and recovery notifications through email, Slack, and custom webhooks.

Open in FaultPilot
1

Choose destination scope

  1. Organization destinations act as defaults for eligible monitor incidents.
  2. Monitor-specific destinations route a service to its responsible team.
  3. Only organization owners or authorized roles should manage shared destinations.
2

Email

  1. Use a monitored team inbox or distribution address.
  2. Verify recipient addresses where required and keep the contact current.
3

Slack

  1. Create an incoming webhook for the intended channel.
  2. Treat the webhook URL as a secret and rotate it after exposure.
  3. Send a test before depending on the channel for production incidents.
4

Custom webhook

  1. Use HTTPS and a dedicated receiver endpoint.
  2. Validate FaultPilot's signature when signature support is configured.
  3. Return a fast 2xx response and process expensive work asynchronously.
  4. Keep idempotency in mind because safe delivery retries can repeat an event.