As a part of a use case, I want to send user a proactive message from bot. I am following this document related to sending proactive messages to bot.(Send Proactive message)
I am trying to send proactive message to the user when the user has not interacted with bot previously. For this scenario, I need to call 'Install App for Users' graph API and cache the necessary values from the conversation Update event bot receives upon installation.(Send proactive message when user has not interacted with bot)
However, the permissions required to call this API are marked in private preview mode on the permissions reference page. (Permission Reference) I want to know if there is any other way to send proactive message to bot other than the way mentioned above. I am attaching the screenshot of documentation for reference.