Webhooks

Webhooks can be used to notify your own application of deployment status changes.

Screenshot of Webhooks Menu

How it Works

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.

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