I need help to understand how to post an adaptive card with two buttons to microsoft teams channel using the connection HTTP and post in teams with a webhook link.
I dont know JSON atall...
i use microsoft teams App Studio to build a card.
But all the cards i build give the error "text or summary is required".
This card for example:
{
"contentType": "application/vnd.microsoft.card.thumbnail",
"content": {
"title": "Thumbnail Card",
"subtitle": "Subtitle",
"text": "Text",
"images": [
{
"url": "https://statics.teams.cdn.office.net/evergreen-assets/apps/teams_dev_app_largeimage.png"
}
],
"buttons": [
{
"type": "openUrl",
"title": "Button 1",
"value": "https://www.microsoft.com"
},
{
"type": "openUrl",
"title": "Button 2",
"value": "https://www.azure.com"
}
]
}
}
And next step is to understand how i can get a response.
If user press button 1, then send this mail and if user press button 2 then send another mail.

Report
All responses (
Answers (