Webinar: Coding – Sending file links

If you are wanting to code Google Apps Script here is a webinar on creating documents and sending them via email.

You can create a document per student, but how do you send it to them??? Let's code it in Google Apps Script.

Coding Notes

If you want to email something you need to use MailApp

You can create a Google Doc with DocumentApp.create('file name here');

Give that document a variable so you can .getUrl(); and put that url into the email message.

Leave a Reply

Your email address will not be published. Required fields are marked *

Member login

Login not required! Only need to register an account to post comments on pages or post in the forum.