Hi CatWalk,
Yes, There is a way to open a specific scene based on the message received in Push Notification, after clicking the Notification icon.
So wheneever you main App scene is open after clicking the Notification,
You can validate the message get from following code and switch to respetive scene accordingly the message.
message=App42Push.getLastPushMessage();
Let me know if it helps.
Thanks
Vishnu Garg