I've a google script deployed as a webapp. This webapp needs to send email with the URL of the webapp so that the recipient can access the webapp using the URL. How can i get the URL within the webapp?
You can use ScriptApp.getService().getUrl();
to get the URL of the published app in your code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With