Hello Experts,
We are attempting to send styled Microsoft Adaptive Cards to Teamschats directly through Google SecOps SOAR playbooks. We designed the card JSON using the official Microsoft Adaptive Cards Designer.
However, when passing the JSON payload into the Text parameter of the MicrosoftTeams - Send Chat Message action, the message renders strictly as unformatted raw JSON text in Microsoft Teams rather than as a visual Adaptive Card.
Is there an existing parameter, syntax wrapper, or integration configuration in the Microsoft Teams integration that allows Send Chat Message to accept native Adaptive Card JSON payloads?
If not, could you provide a supported Python snippet or guide on how to extend MicrosoftTeamsManager so it can properly post application/vnd.microsoft.card.adaptive attachments to Microsoft Graph API?


