Webhooks
Webhooks can be used to notify your own application of alerts or deployment status changes.
How it Works
Deployment Status
When a deployment's status changes, Railway will send a notification via HTTP to the URL provided in the webhook configuration.
Deployment states can be found here.
Alerts
When a volume usage breaches certain thresholds, Railway will send a notification to pro customers via HTTP to the URL provided in the webhook configuration.
The thresholds that alert can be configured in the volume settings page.
Muxers
Webhooks contain Muxers which will automatically identify webhook URLs and transform the payload based on where it's going. Below are the currently supported Muxers:
- Discord
- Slack
Setting up a webhook
For information on how to setup webhooks, visit this guide.
Edit this file on GitHub