Member-only story
Send Automated Emails from Google Sheets — Step-to-Step Guide
So this task is something related to the automation of some of the bookkeeping tasks. For example, you are recording inventory of items or maybe any quotations of orders and you want that the details of the sheets should be emailed to the respective email address of the client/customer.
In this tutorial, I would be teaching you the same using App Script and Google Sheets.
What is App Script?
Apps Script is a scripting platform developed by Google for lightweight application development in the Google Workspace platform. Google Apps Script was initially developed by Mike Harm as a side project while working as a developer on Google Sheets.
Setting up the Google Sheet
- So, in order to send emails and the variables we are going to define the columns for our google sheet (A1,B1,C1,D1)
Date , Name, email, orderCost,sentEmail
Now in the second row start filling in the data.
2. Now on the Google Sheets Menu Click on Extensions and select App Script.