How to send adaptive card json to Azure Bot Service api from external source?
Trying to send adaptive card json or content to api/notify to show custom messages ms teams.
Just trying to send the adaptive card from Azure Bot Service to MS Teams via channel created.Currently i have hard coded the details/links/text in source code (Azure Bot Services app). Would like to send the customized adaptive card each time by modifying the content of adaptive card.
Currently if i call the www.sampleAzurebotservices.com/api/notify the hardcoded data is getting displayed. Hope this gives a gud picture.