If I make a screen (from Blank Template) that communicates with the application via REST API. Can I open it from outside the application without going through the login?
The ideia is to have a small form that anyone(not an application user) can use to send information to the application.
Is it possible? If yes, how can I open this screen?
I can make this screen using HTML / JS, but if it were possible to use a screen made in the application itself (from the black screen), maybe it would be faster.