Skip to content

Instantly share code, notes, and snippets.

@AtlasCan
Created March 17, 2024 07:49
Show Gist options
  • Save AtlasCan/02821e2368f172711487bf116dd4306c to your computer and use it in GitHub Desktop.
Save AtlasCan/02821e2368f172711487bf116dd4306c to your computer and use it in GitHub Desktop.
teamsSample
{
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Message Text"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment