
Announcements
https://graph.microsoft.com/v1.0/teams/@{actions('Post_card_in_a_chat_or_channel')['inputs']['parameters']['body/recipient/groupId']}/channels/@{actions('Post_card_in_a_chat_or_channel')['inputs']['parameters']['body/recipient/channelId']}/messages/@{outputs('Post_card_in_a_chat_or_channel')?['body/id']}
{
"subject": "@{actions('Post_card_in_a_chat_or_channel')['inputs']['parameters']['body/subject']}",
"body": {
"contentType": "html",
"content": "<attachment id=\"@{variables('Guid')}\"></attachment>"
},
"attachments": [
{
"id": "@{variables('Guid')}",
"contentType": "application/vnd.microsoft.card.adaptive",
"contentUrl": null,
"content": "@{replace(actions('Update_an_adaptive_card_in_a_chat_or_channel')['inputs']['parameters']['body/messageBody'], '"', '\"')}",
"name": null,
"thumbnailUrl": null
}
]
}