Skip to content

Instantly share code, notes, and snippets.

@shikendon
Last active April 21, 2021 11:52
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shikendon/b8a0cb19e8aeda0ee62e60898a578ffd to your computer and use it in GitHub Desktop.
Save shikendon/b8a0cb19e8aeda0ee62e60898a578ffd to your computer and use it in GitHub Desktop.
Uptime Robot Discord integrations
// 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