You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/guides/webhooks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Complete the following steps to setup a webhook:
16
16
4. Input your desired webhook URL.
17
17
5. Click `Save Webhook`.
18
18
19
-
The URL you provide will receive a webhook payload when any service's deployment status changes. This will be executed across all environments in the project.
19
+
The URL you provide will receive a webhook payload when any service's deployment status changes or an alert is triggered. This will be executed across all environments in the project.
20
20
21
21
To see what payload will be transmitted to the URL, you can expand the "Example webhook payload" panel.
When a deployment's status changes, Railway will send a notification via HTTP to the URL provided in the webhook configuration.
15
17
16
18
Deployment states can be found [here](/reference/deployments#deployment-states).
17
19
20
+
### Alerts
21
+
22
+
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.
23
+
24
+
The thresholds that alert can be configured in the volume settings page.
25
+
18
26
## Muxers
19
27
20
28
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:
@@ -23,4 +31,4 @@ Webhooks contain Muxers which will automatically identify webhook URLs and trans
23
31
24
32
## Setting up a webhook
25
33
26
-
For information on how to setup webhooks, visit [this guide](/guides/webhooks).
34
+
For information on how to setup webhooks, visit [this guide](/guides/webhooks).
0 commit comments