Can an Appery.io App expose REST methods for 3rd party services to pass info in?
I have an Appery.io app that connects to a 3rd Party REST API/Service.
The 3rd party service has the ability to send a message back to me when my job is completed (perhaps hours later)... is there a way for me to expose a REST method within my app that the external service can hit with the info I need so I can trigger the appropriate actions with Server Side scripting to update the database?
All the documentation seems to talk about connecting to external REST services, but I don't see anything documented that allows me to expose methods in Appery.io for external services to make use of. I am assuming the answer is no, but would love it if I am wrong since I need this functionality to avoid polling the external service constantly.
thanks in advance.