Forum Discussion
Janhvi
Nov 23, 2023Copper Contributor
Forward Adaptive Card
How can we forward adaptive cards in teams. Is there any easy way out? One method which I found was using Graph API. Following the below link with Example 3 : Send a message containing cards :- htt...
ChetanSharma-msft
Microsoft
Nov 23, 2023Hello Janhvi - Thanks for raising your query.
If you are trying to send the message only in Teams channel, you can also use Incoming webhook via which you can directly send the Adaptive Card as Json:
Reference doc link: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=dotnet
Please let us know if you need any further help here.
If you are trying to send the message only in Teams channel, you can also use Incoming webhook via which you can directly send the Adaptive Card as Json:
Reference doc link: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=dotnet
Please let us know if you need any further help here.