Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,818 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to send the adaptive card using the Microsoft Graph API. While using the code example from Docs, everything works perfectly. But I really want to play with the design to add more relevant and complicated content. To design the card, I'm using the Adaptive card Designer.
As I understood, I need to transfer Json content I received after designing the card into the string format, and then past it instead of existing "content" value from the Microsoft Learn example. Am I right? But in this case, the message is sent with no content. What I'm doing wrong?