I need help regarding how to call an external API (deployed to MuleSoft Cloudhub) from MS Teams chat/posts. I want to interact with cloudhub deployed Mule API to perform operations such as starting, stopping, restarting, and updating mule applications in bulk from the MS Teams chat.
I've seen the following link and my question is exactly similar to this question: Calling an external API from MS Teams chat
But I need something like "Slack Slash Commands" to send request to external APIs. here is a link which contains demo using Slack and I want to achieve same using MS teams: https://dev.to/vignesh19/slack-bot-for-support-personnel-build-with-api-led-connectivity-7o1
Thanks in Advance!