Setup

  1. Go to Apps Script and open the Easy Api project.

  2. Add the Sheet ID to the 2nd line.

const SHEET_ID = "123123123";
  1. If you want the data to be saved to another tab in the sheets, type the name of the tab. If you leave it blank, it will be written on the first tab on the sheets. const SHEET_NAME = "Page2";

  2. Save project.

Deploy Your App

  1. At the top right, click Deploy > New deployment.

../_images/Setup-1.png
  1. Next to “Select type,” click Enable deployment types settings and enable Web App type deployment.

../_images/Setup-2.png
  1. Enter the information about your deployment.

  2. Execute as: Me

  3. Who has access: Anyone

  4. Click Deploy

../_images/Setup-3.png
  1. Congrats! 🎊. Now copy your main url.

../_images/Setup-4.png