Skip to content

Instantly share code, notes, and snippets.

@oliverw1
Created July 25, 2023 00:09
Show Gist options
  • Save oliverw1/0e8182a7ec978e422b307ee686358c27 to your computer and use it in GitHub Desktop.
Save oliverw1/0e8182a7ec978e422b307ee686358c27 to your computer and use it in GitHub Desktop.
Example payload for Microsoft Teams webhook
{
"@context":"http://schema.org/extensions",
"@type":"MessageCard",
"sections":[
{
"activityTitle":"Hello",
"activitySubtitle":"from participant X",
"markdown":true,
}
],
"summary":"Task finished",
"themeColor":"0000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment