Announcements
Hi! You can design your card using the Adaptive Cards Designer.
AdaptiveCardText = "{ \"type\": \"AdaptiveCard\", \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\", \"version\": \"1.3\", \"body\": [ { \"type\": \"TextBlock\", \"text\": \"Hello, User!\", \"wrap\": true, \"size\": \"Large\", \"weight\": \"Bolder\" } ] }"
MicrosoftTeams.PostCardToConversation( "Flow bot", "Chat", ParseJSON( JSON( { recipient: { userId: "your-user-id", // Replace with the user's actual ID tenantId: "your-tenant-id" // Replace with your tenant ID }, messageBody: AdaptiveCardText // Reference to your Adaptive Card JSON string }, JSONFormat.Compact ) ) )
Check out this blog for more details! Let me know if that answers your question. :)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 514
WarrenBelz 419 Most Valuable Professional
Valantis 295