Forum Discussion
anaas1070
Jan 03, 2022Copper Contributor
Want to post adaptive card data to/from my website
I have a custom app for MS Teams and I want to submit adaptive card to my website and also want to send notifications from my website to particular teams channels. How can I implement this using team...
- Jan 04, 2022
anaas1070 - Webhooks are a great way for Teams to integrate with external apps. You can send Adaptive Card, Hero card, and text messages as attachment with Outgoing Webhook.
A webhook is essentially a POST request sent to a callback URL. In Teams, outgoing webhooks provide a simple way to allow users to send messages to your web service without having to go through the full process of creating bots via the Microsoft Bot Framework.
Reference Document:- Create an Outgoing Webhook - Teams | Microsoft Docshttps://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/outgoing-webhook/csharp
Sayali-MSFT
Microsoft
Jan 04, 2022anaas1070 - We are looking into this I will get back to you soon.