zerver/webhooks/uptimerobot/doc.md
Receive Zulip notifications from UptimeRobot!
{start_tabs}
{!create-an-incoming-webhook.md!}
{!generate-webhook-url-basic.md!}
On UptimeRobot, go to My Settings, and select Add Alert Contact.
Set Alert Contact Type to webhook, set Friendly Name to
a name of your choice, such as Zulip, and set URL to notify to the
URL generated above.
Under POST Value (JSON Format), select Send as JSON (application/json), and then set the value to:
{
"monitor_url":"*monitorURL*",
"monitor_friendly_name":"*monitorFriendlyName*",
"alert_type":"*alertType*",
"alert_type_friendly_name":"*alertTypeFriendlyName*",
"alert_details":"*alertDetails*",
"alert_friendly_duration":"*alertFriendlyDuration*"
}
Set Enable Notifications For the events you'd like to be notified about, and save the form.
{end_tabs}
{!congrats.md!}
{!event-filtering-additional-feature.md!}
{!webhooks-url-specification.md!}