I installed a chatbot on Teams built with a bot framework. I am using Azure DevOps to update changes to the bot.
I want to send proactive messages to users following this Microsoft documentation and example code. But I don't know how to call the /api/notify endpoint.
How can I call the https://xxxxxx.azurewebsites.net/api/notify from within my code to send proactive messages to users on Teams?