- Alert Contact Type: Web-Hook
- URL to Notify:
https://discordapp.com/api/webhooks/CHANGEME/CHANGEME?- Must end with
?
- Must end with
[x] Send as JSON (application/json). [ ] Send default variables as POST parameters
| { | |
| "content": "*monitorFriendlyName* is ***alertTypeFriendlyName***", | |
| "embeds": [ | |
| { | |
| "title": "*monitorFriendlyName* is ***alertTypeFriendlyName***!", | |
| "url": "https://status.tgstation13.org/*monitorID*", | |
| "footer": { | |
| "text": "Monitor #*monitorID*" | |
| }, | |
| "description": "Reason: *alertDetails*" | |
| } | |
| ], | |
| "allowed_mentions": { | |
| "parse": [] | |
| } | |
| } |