2021-12-17 05:14:58 +01:00
|
|
|
Receive Zulip notifications from UptimeRobot!
|
2020-02-17 23:46:15 +01:00
|
|
|
|
|
|
|
1. {!create-stream.md!}
|
|
|
|
|
2022-08-16 21:59:51 +02:00
|
|
|
1. {!create-bot-construct-url.md!}
|
2020-02-17 23:46:15 +01:00
|
|
|
|
2021-12-17 05:14:58 +01:00
|
|
|
1. On UptimeRobot, go to **My Settings** and select **Add Alert Contact**.
|
2020-02-17 23:46:15 +01:00
|
|
|
Set **Alert Contact Type** to **webhook**.
|
|
|
|
|
|
|
|
1. Set **Friendly Name** to a name of your choice, such as `Zulip`. Set **URL to notify** to the
|
|
|
|
URL constructed above. Under **POST Value (JSON Format)**, select **Send as JSON (application/json)**.
|
|
|
|
|
|
|
|
1. Set **POST Value(JSON Format)** to:
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"monitor_url":"*monitorURL*",
|
|
|
|
"monitor_friendly_name":"*monitorFriendlyName*",
|
|
|
|
"alert_type":"*alertType*",
|
|
|
|
"alert_type_friendly_name":"*alertTypeFriendlyName*",
|
|
|
|
"alert_details":"*alertDetails*",
|
|
|
|
"alert_friendly_duration":"*alertFriendlyDuration*"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
1. Set **Enable Notifications For** to whichever events you want to notify on.
|
|
|
|
Save the form.
|
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/uptimerobot/001.png)
|