Created
July 25, 2023 00:09
-
-
Save oliverw1/0e8182a7ec978e422b307ee686358c27 to your computer and use it in GitHub Desktop.
Example payload for Microsoft Teams webhook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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