Email Marketing Automation - Using Google Scripts

Email Marketing Automation - Using Google Scripts

What is Email Marketing Automation?

Email marketing is the process of delivering a promotional letter, primarily by using email to a customer or group of customers.

What are the advantages of Email Marketing Automation?

  1. Scalable Marketing Strategy : through email marketing automation, the marketing strategy for the company can be scaled, by increased reach to customers.

  2. Personalization of Customer Experience: can be achieved by creating a template taking into account customers need. Through automatic personalized email, these clients can be targeted, thereby enhancing the relationship between your client and business.

  3. Improved Productivity: less time will be spent on emailing customers manually with the automation, thus improving productivity.

Email Automation : Using Google Script Code and Sheet

  1. Create a Google Spread Sheet, with the following format.

    image

  2. In Google Sheet, go to Tool -> Script Editor.
    image

  3. Add the following code in the google script.

    image

  4. Go to File -> New -> HTML File

    image

  5. Copy the following html template code, and paste it in the html file created.

    image

  6. Save the HTML file, with name as email_template.html.

  7. Once this is done, select function onOpen from toolbar and click on Run.

    image

  8. Allow permission for email, read, write and edit google sheets.

    image

  9. Now the system with interface has been setup, which can be verified by the addition of Send Email menu option on google sheets.

  10. Select the cell corresponding to customer email, to whom you need to send email, then click on Send Email -> Send -> OK. The Sent column in sheet gets updated and the email is sent to the client.
    image image image image

References