I 'm working on the integration of Microsoft Teams and the PHP client framework (which can save data in the database).
The app I built uses actionable messaging to do this. This app can't send any messages to endpoint from Bot.
Do I have to register the Bot somewhere? Is there a specific way it has to respond?
My pain point can be overcome by the outgoing webhooks but they are not scoped to personal level.
The link that I follow -
What I have tried so far -
I tried a sample nodejs app that communicates with MS-Teams.
I tried to build an App with bot capabilities using AppStudio. I did, but it doesn't request my endpoint.
I described my usage scenario. Can you please suggest the way out that will help me.
Thanks