Deploy Web App
The instructions on this page will help you deploy your Google Apps Script as a web app so it can be accessed by JavaScrip running in a browser.
1. Initiate the deployment process:
- In the Google Apps Script editor, click the "Deploy" button, then choose"New Deployment."
- Add a description (such as "Initial Deployment"), then click the "Deploy" button.
- It will take a moment for the script to deploy. Once it has deployed, you will see a dialog box similar to the one below. Copy the "Web App URL" then click the "Done" Button.
- Your script can now be accessed by issuing a "POST" or "GET" request through Javascript.