Forum Discussion
Calling an external API from MS Teams chat
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: https://stackoverflow.com/questions/64795223/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
Please let me know if it's achievable using MS Teams or not?
Thanks in Advance!