The app does not provide any API. And its not my own app.
The question is how to automatically listen with Appium for a specific action (like an incoming message to the app) and trigger some action like saving the body of the message or what ever.
So basically the Appium “Test” Script should be sit and wait, do nothing until a message comes in to the app, then catch up on this “event” and do something with the message arrived.
So I am not sure what you mean by “manually”?