I've made my first little test web app and have that "technology" working, as per:
The next step is to enable a customer to be able to click on a status URL in an email so they can view the scheduling status of their job. So, the question:
Is it possible to create a URL which the webapp can then parse and pull data for?
A URL something like: https://script.google.com/a/macros/example.com/s/AKfycbwMgBLtVP8Ur8GKNpGxxjna_zr5BlegmvlFqXQW1g6q5UfksAg/exec/+123+sample+street+samplesuburb
and then the web app would pull and display the scheduling info related to that address.
Many thanks ~