Sending notifications to a teams app
Hi. I have an application with a few websites like tabs. The app is installed to a predefined set of users within a company automatically.
I have a need to send an individualized adaptive card with an action button inside to the user. When they click on the button, I want to call an api and redirect them to a specific tab within my app.
1) do I create a conversation tab and somehow send it there?
2) do I send the card to some channel? Is the app installed in a channel somehow?
3) do I send an activity notification?
I'm not familiar enough with how the app is installed but could you help with some pointers?
I've seen proactive messaging via a bot but not sure where the message is going to end up, a channel, an activity? Do I need proactive messages even though the app is installed on their behalf?