As far as I understand I can only initialize the app if a teammate manually triggers it in messages for example.
What I would like to achieve is an app initializing as a response to a closed conversation. In my imagination that would be possible if I could send a request to an API that initializes the app for the closed conversation after I receive a notification to a webhook connected to the app. Thus there is no chance of a teammate forgetting to initialize it, or deliberately not doing so for any reason.
Is that possible, or perhaps I need to look for some other option to achieve this? Thanks