Files
dafthack-GraphRunner/IncomingWebhookTemplate.txt
2024-03-14 13:05:34 -04:00

19 lines
481 B
Plaintext

{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"themeColor": "0076D7",
"summary": "Summary of the card content",
"sections": [
{
"activityTitle": "Urgent Security Alert",
"facts": [
{
"name": "Your Password Is Outdated.",
"value": "Go to this legit link: www.legit.com"
}
],
"markdown": true
}
]
}