Last active
April 21, 2021 11:52
-
-
Save shikendon/b8a0cb19e8aeda0ee62e60898a578ffd to your computer and use it in GitHub Desktop.
Uptime Robot Discord integrations
This file contains 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
// Alert Contact Type: Web-Hooks | |
// URL to Notify: https://discordapp.com/api/webhooks/{WEB_HOOK_ID}/{TOKEN}? | |
// POST Value (JSON Format): | |
{ | |
"content": "Monitor is *alertTypeFriendlyName*: *monitorFriendlyName* ( *monitorURL* )\n```*alertDetails*```" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment