Todd Juenemann
12/04/2023, 8:03 PMeblackey
12/04/2023, 8:55 PMeblackey
12/04/2023, 8:57 PMconst payload = {
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"contentUrl": null,
"content": {
"$schema": "<http://adaptivecards.io/schemas/adaptive-card.json>",
"type": "AdaptiveCard",
"version": "1.2",
"body": bodyMessages,
"msteams": { "width": "full" }
}
}
]
};
const result = <http://https.post|https.post>({
url: executionVars.teams_webhook_url,
body: JSON.stringify(payload)
});
eblackey
12/04/2023, 8:58 PMeblackey
12/04/2023, 9:00 PMTodd Juenemann
12/04/2023, 9:01 PMMGBC
12/05/2023, 3:26 AM