Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Google Script Apps Email From Spreadsheet list
Highest Rated
Rating: 4.9 out of 5(11 ratings)
2,661 students

Google Script Apps Email From Spreadsheet list

Google Script Apps Google Script Apps Email From Spreadsheet list
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • How to build applications with google Apps Script
  • How to create code and connect GSuite Applications

Course content

2 sections20 lectures46m total length
  • Email from Spreadsheet Introduction4:38

    Learn to build a spreadsheet-based application with Google Apps Script to send emails using a template, code samples, and a simulated check workflow.

  • Google Apps Script Bound Scrip2:25

    Set up a Google spreadsheet to send confirmation emails via a bound Apps Script. Create headers (first name, last name, email, sent), add a UI button, and prepare for scripting.

  • Get ready set Start Scripting6:59

    Bind a script to a google spreadsheet and use the script editor to create a custom ui menu with onopen. Learn to write, test, and log functions for sending emails.

  • Source Code0:02
  • Get Values from Spreadsheet Google Apps Script3:51

    Learn to use Google Apps Script with a bound spreadsheet to get the active cell and role, alert the user, and send emails based on the selected range.

  • Source Code Get Active Row0:06
  • Google Apps Script Create User Object4:51

    Extracts user role data from a selected spreadsheet range to build a user object with first name, last name, and email. Uses Google apps script to send the email.

  • Source Code Get Values0:09
  • Spreadsheet UI Alert UI Buttons Yes No3:53

    Implement a yes/no confirmation alert to verify the selected user and avoid duplicate sends before sending an email via Google Apps Script, with validation and template construction.

  • Source Code0:14
  • HTML Template for email4:42

    Test an html email template in Google script by creating a user, loading a template from file, and evaluating it to inject first and last name, then log the output.

  • Source Code0:10
  • Send Email Message Mail function within Google Apps Script3:12

    Send emails from Google Apps Script using mailApp in one line, with a test user and a welcome subject plus an HTML body, then mark the sheet as sent.

  • Send Email Source Code0:05
  • Update Spreadsheet column from Google Script4:43

    Update the spreadsheet column from Google Apps Script by sending an email when a row action is chosen, retrieve the range, then set the sent value in column four.

  • Source Code0:26
  • Final Code Review Project review and code overview Google Script5:01

    Review how a Google script sends emails from a spreadsheet, tracks sent status, and uses a confirmation prompt and UI menu to control deliveries.

  • Final Google Script Source Code Project0:26

Requirements

  • JavaScript HTML and CSS
  • Previous coding experience
  • Google Account

Description

Explore how you can create a simple powerful application with Google Apps Script that connects your Google Suite together

Use Google Apps Script to create advanced functions within your spreadsheet

Use the spreadsheet to manage a user list, click the members on the list and send out confirmation emails.  Track emails that have been sent.  Create your own custom HTML template mail that gets sent to the users on the list.  Use the spreadsheet UI menu to add buttons for administration of the spreadsheet data.  You will be amazed at how easy it is to create powerful functionality that helps power up your Google Suite of products.

JavaScript is a prerequisite to this course.

Course covers applying Google Apps Script to build a project application.

  • Add items to the spreadsheet UI menu that can trigger functions in Google Apps Script

  • Select user active cell content from the spreadsheet

  • Create HTML template to send email

  • Use Alerts to accept user actions

  • Update values of the spreadsheet data

  • Select ranges and update content in the range

  • Get content from the spreadsheet

  • Send email from Google Apps Script

Google Script Apps Email From Spreadsheet list Source code is included so you can copy and paste the code to try for yourself.

Step by step learning

Fast friendly support is always available within the Q&A section

Experienced instructor with over 20 years of experience ready to help you learn

You have nothing to lose - Join now and start learning to create your own version of this helpful application today!!!

Who this course is for:

  • web developers
  • application developers
  • anyone who wants to learn more about the power of Google Apps Script