Automate Your Emails with Apps Script: Send Personalised Emails from Google Sheets

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 5

  • @jackscales9026
    @jackscales9026 День назад

    It would be great to know how to add other values specific to the receiver, such as a discount codes.

    • @PeterHornerGoogleTech
      @PeterHornerGoogleTech  16 часов назад

      Hi @jackscales9026 You can add another column called "Discount Codes" to your sheet and then reference it within the forEach loop like this:
      const discountCodes = row[head.indexOf('Discount Codes')];

  • @PeterHornerGoogleTech
    @PeterHornerGoogleTech  2 месяца назад

    Want to learn how to automate your email workflow? In this video, we're diving into the world of Apps Script and Gmail automation. You'll learn how to send personalized emails, automate newsletters, and so much more - all directly from your Google Sheets! If you've ever wanted to save time on email tasks, this tutorial is for you. 👇 Let me know in the comments what kind of email automations you're most excited to try! 😉

  • @JoshBoyd-x9t
    @JoshBoyd-x9t Месяц назад

    Should not have glossed over the html part. The rest was easy to follow but you can not use this video without prior knowledge of how to compose html script.

    • @PeterHornerGoogleTech
      @PeterHornerGoogleTech  Месяц назад

      Thanks for the feedback! Glad it was easy to follow. I'll look at going into more depth about how to generate HTML with Apps Script in a future video.