Skip to content

Instantly share code, notes, and snippets.

@fabianmieller
Forked from shikendon/uptimerobot_discord.js
Created January 21, 2019 14:23
Show Gist options
  • Save fabianmieller/828106865bf86751dec1031e331cfd91 to your computer and use it in GitHub Desktop.
Save fabianmieller/828106865bf86751dec1031e331cfd91 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