status-express
A webhook that converts railway events into a readable discord message
Bun Function
railwayapp/function-bun:1.2.2
Just deployed
Status Express
A service that receives Railway webhook events and forwards them to a Discord channel as simple text messages.
NOTE: I suggest disabling App Sleeping
as it's the default for functions
Required Variables
DISCORD_WEBHOOK_URL=your_discord_webhook_url_here
Configuring Railway Webhooks
- Go to your Railway project
- Navigate to Settings > Webhooks
- Add a new webhook with the URL pointing to your deployed service:
https://your-deployed-service.com/railway-webhook
- Select the events you want to receive notifications for
- Save the webhook configuration
API Endpoints
GET /
: Health check endpointPOST /railway-webhook
: Endpoint that receives Railway webhook events and forwards them to Discord
Template Content
Bun Function
ghcr.io/railwayapp/function-bun:1.2.2DISCORD_WEBHOOK_URL