FaultPilot home
FaultPilot documentation
Alert destinations
Route confirmed incident and recovery notifications through email, Slack, and custom webhooks.
Open in FaultPilot1
Choose destination scope
- Organization destinations act as defaults for eligible monitor incidents.
- Monitor-specific destinations route a service to its responsible team.
- Only organization owners or authorized roles should manage shared destinations.
2Email
- Use a monitored team inbox or distribution address.
- Verify recipient addresses where required and keep the contact current.
3
Slack
- Create an incoming webhook for the intended channel.
- Treat the webhook URL as a secret and rotate it after exposure.
- Send a test before depending on the channel for production incidents.
4
Custom webhook
- Use HTTPS and a dedicated receiver endpoint.
- Validate FaultPilot's signature when signature support is configured.
- Return a fast 2xx response and process expensive work asynchronously.
- Keep idempotency in mind because safe delivery retries can repeat an event.