I have an PHP application that should send proactive messages to individual MS Teams users and send notifications to Teams channel as well. I spent a lot of time reading docs but totally got stack with one-way notification bot for MS Teams.
What done:
I created app with bot by App Studio and register it at botframework. So now I can install it to my Teams.
My questions:
Is is possible to send proactive messages with PHP (without SDK, Rest API) and how create that kind of bot? I can get an token from Rest API but how to identify team and start proactive conversation?