How to send adaptive card through outlook with botFramework NodeJs
I’ve built a bot that sends adaptive cards through teams. I’m able to successfuly interact with the card. However, I would like to extend the functionality and make it capable to send cards through outlook as well. I have followed this steps and added the channel to the azure bot services. However, I do not know how to start sending the card because its not explained in the documentation. Here is the snipped of how I send the card to teams.
Microsoft Bot Framework app throws error “Unauthorized Access. Request is not authorized” when attempting to send message using “Test In Web Chat”
I am attempting to build a simple echo bot using the Python bot framework SDK. My bot works locally using the emulator without a problem. I used ngrok to create an https tunnel to my app then I registered the bot using azure bot service (bot type: multitenant). I added the app_id and secret from bot service to my app and when I test sending messages from bot service using “Test in Web Chat” feature, I get error “Unauthorized Access. Request is not authorized” on my app log.