Page Summary
-
This guide helps you build and run an automation that creates a Google Docs document and emails you a link to it.
-
To use this sample, you need a Google Account and a web browser with internet access.
-
The setup involves opening the Apps Script editor, creating a new project, pasting in the provided code, saving, and naming the script.
-
Running the script requires clicking run, authorizing it when prompted, and then checking your Gmail inbox for the email containing the document link.
Build and run an automation that creates a Google Docs document and emails you a link to the document.
Objectives
- Set up the script.
- Run the script.
Prerequisites
To use this sample, you need the following prerequisites:
- A Google Account (Google Workspace accounts might require administrator approval).
- A web browser with access to the internet.
Set up the script
To build the automation, do the following:
- To open the Google Apps Script editor, go to
script.google.com. If this is the first time you've been toscript.google.com, click View Dashboard. - Click New project.
Delete any code in the script editor and paste in the following code.
Click Save
.
Click Untitled project.
Enter a name for your script and click Rename.
Run the script
To run the script, do the following:
- Click Run.
- When prompted, authorize the script. <<../samples/_snippets/oauth.md>>
- When the script execution completes, check your Gmail inbox for the email.
- Open the email and click the link to open the document that you created.