Reputation: 17
Is it in any way possible to send an AdaptiveCard through an incoming webhook and display it in Microsoft Teams?
Upvotes: 0
Views: 797
Reputation: 8020
No, only Actionable Cards are supported in webhooks. Please see this reference: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook.
If you need to use Adaptive Cards, you'll need to create a bot to send messages. See: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/what-are-bots
Upvotes: 2