mirror of
https://github.com/dafthack/GraphRunner
synced 2026-06-08 13:44:02 +00:00
19 lines
481 B
Plaintext
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
|
|
}
|
|
]
|
|
}
|