-
Alert Contact Type: Web-Hook
-
URL to Notify:
https://discordapp.com/api/webhooks/CHANGEME/CHANGEME?- Must end with
?
- Must end with
-
Send as JSON (application/json).
-
Send default variables as POST parameters
-
-
Save leolios/699f9d6371b274555337bf5cdcfc46c0 to your computer and use it in GitHub Desktop.
Uptime Robot Discord Webhook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "embeds": [ | |
| { | |
| "title": "*alertDetails*", | |
| "footer": { | |
| "text": "Timestamp: *alertDateTime*" | |
| }, | |
| "thumbnail": { | |
| "url": "https://i.imgur.com/00zpqHE.jpg", | |
| "height": 16, | |
| "width": 16 | |
| }, | |
| "fields": [ | |
| { | |
| "name": "ID", | |
| "value": "*monitorID*" | |
| }, | |
| { | |
| "name": "Name", | |
| "value": "*monitorFriendlyName*" | |
| }, | |
| { | |
| "name": "Destination", | |
| "value": "*monitorURL*" | |
| }, | |
| { | |
| "name": "Type", | |
| "value": "*alertTypeFriendlyName*" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
