Send personalized appreciation certificates to employees
Stay organized with collections
Save and categorize content based on your preferences.
Coding level: Beginner
Duration: 15 minutes
Project type: Automation with a custom menu
Objectives
- Understand what the solution does.
- Understand what the Apps Script services do within the
solution.
- Set up your environment.
- Set up the script.
- Run the script.
About this solution
Automatically customize the Google Slides Employee Certificate template
with employee data in Google Sheets, then send the certificates using
Gmail.

How it works
The script uses the Employee Certificate presentation template from
Slides and a Sheets spreadsheet with the employee
details. The script copies the template and
replaces the placeholders with data from the spreadsheet. Once the script
creates a slide for every employee, it extracts each individual slide as a PDF
attachment and sends the certificates to the employees.
Apps Script services
This solution uses the following services:
- Drive service–Copies the
Slides Employee
Certificate template.
- Spreadsheet service–Provides the
employee details and updates the status against each listed employee.
- Slides service–Replaces the
placeholders in
the presentation with the employee data from the spreadsheet.
- Gmail service–Gets the
individual slides as
PDFs and sends them to the employees.
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 your environment
Click the following button to make a copy of the Employee certificates
Slides template.
Make a copy
Take note of your presentation ID for use in a later step. You can
find the ID in the URL:
https://docs.google.com/presentation/d/PRESENTATION_ID/edit
In Drive, create a new folder to hold the certificates.
Take note of your folder ID for use in a later step. You can find the
ID in the URL:
https://drive.google.com/drive/folders/FOLDER_ID
Set up the script
Click the button below to make a copy of the Employee certificates sample
spreadsheet. The Apps Script project for this
solution is attached to the spreadsheet.
Make a copy
In the spreadsheet, open the Apps Script project by clicking
Extensions > Apps Script.
For the slideTemplateId
variable, replace
PRESENTATION_ID
with the ID of your presentation.
For the tempFolderId
variable, replace FOLDER_ID
with the ID of your folder.
Click Save
.
Run the script
- Switch back to the spreadsheet and click Appreciation
> Create certificates. You might need
to refresh the page for this custom menu to appear.
When prompted, authorize the script.
If the OAuth consent screen displays the warning, This app isn't verified,
continue by selecting Advanced >
Go to {Project Name} (unsafe).
Click Appreciation >
Create certificates again.
Once the status column of all the rows has been updated to Created, click
Appreciation > Send certificates.
Review the code
To review the Apps Script code for this solution, click
View source code below:
Contributors
This sample was created by Sourabh Choraria, blogger and Google Developer
Expert.
This sample is maintained by Google with the help of Google Developer Experts.
Next steps
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis solution automates the process of creating and sending personalized employee certificates using Google Slides, Sheets, and Gmail.\u003c/p\u003e\n"],["\u003cp\u003eThe script copies a certificate template, replaces placeholders with employee data from a spreadsheet, and sends the certificates as PDF attachments via email.\u003c/p\u003e\n"],["\u003cp\u003eYou'll need a Google Account, a web browser, and copies of the provided Google Slides template and spreadsheet to use this solution.\u003c/p\u003e\n"],["\u003cp\u003eBefore running the script, you need to set up your environment by making copies of the template and spreadsheet, creating a folder for certificates, and updating the script with the relevant IDs.\u003c/p\u003e\n"],["\u003cp\u003eTo execute the solution, you'll use custom menu options within the spreadsheet to create and send the certificates after authorizing the script.\u003c/p\u003e\n"]]],[],null,["# Send personalized appreciation certificates to employees\n\n**Coding level** : Beginner \n\n**Duration** : 15 minutes \n\n**Project type** : Automation with a [custom menu](/apps-script/guides/menus)\n\nObjectives\n----------\n\n- Understand what the solution does.\n- Understand what the Apps Script services do within the solution.\n- Set up your environment.\n- Set up the script.\n- Run the script.\n\nAbout this solution\n-------------------\n\nAutomatically customize the Google Slides Employee Certificate template\nwith employee data in Google Sheets, then send the certificates using\nGmail.\n\n### How it works\n\nThe script uses the Employee Certificate presentation template from\nSlides and a Sheets spreadsheet with the employee\ndetails. The script copies the template and\nreplaces the placeholders with data from the spreadsheet. Once the script\ncreates a slide for every employee, it extracts each individual slide as a PDF\nattachment and sends the certificates to the employees.\n\n### Apps Script services\n\nThis solution uses the following services:\n\n- [Drive service](/apps-script/reference/drive)--Copies the Slides Employee Certificate template.\n- [Spreadsheet service](/apps-script/reference/spreadsheet)--Provides the employee details and updates the status against each listed employee.\n- [Slides service](/apps-script/reference/slides)--Replaces the placeholders in the presentation with the employee data from the spreadsheet.\n- [Gmail service](/apps-script/reference/gmail)--Gets the individual slides as PDFs and sends them to the employees.\n\nPrerequisites\n-------------\n\nTo use this sample, you need the following prerequisites:\n\n- A Google Account (Google Workspace accounts might require administrator approval).\n- A web browser with access to the internet.\n\nSet up your environment\n-----------------------\n\n1. Click the following button to make a copy of the **Employee certificates**\n Slides template.\n\n [Make a copy](https://docs.google.com/presentation/d/1gEHDjlSqnKnfi_Ahbt9Jhhz4oW2badtd8kLKjzC_tM0/copy)\n\n2. Take note of your presentation ID for use in a later step. You can\n find the ID in the URL:\n\n `https://docs.google.com/presentation/d/`\u003cvar translate=\"no\"\u003ePRESENTATION_ID\u003c/var\u003e`/edit`\n3. In Drive, create a new folder to hold the certificates.\n\n4. Take note of your folder ID for use in a later step. You can find the\n ID in the URL:\n `https://drive.google.com/drive/folders/`\u003cvar translate=\"no\"\u003eFOLDER_ID\u003c/var\u003e\n\nSet up the script\n-----------------\n\n1. Click the button below to make a copy of the **Employee certificates** sample\n spreadsheet. The Apps Script project for this\n solution is attached to the spreadsheet.\n\n [Make a copy](https://docs.google.com/spreadsheets/d/14qudjFSn9PP7-aZ1JkmUmd37-lpZMyfE-0IdD5ZW5Uo/copy)\n\n2. In the spreadsheet, open the Apps Script project by clicking\n **Extensions** \\\u003e **Apps Script**.\n\n3. For the `slideTemplateId` variable, replace\n \u003cvar translate=\"no\"\u003ePRESENTATION_ID\u003cvar translate=\"no\"\u003e\u003c/var\u003e\u003c/var\u003e with the ID of your presentation.\n\n4. For the `tempFolderId` variable, replace \u003cvar translate=\"no\"\u003eFOLDER_ID\u003cvar translate=\"no\"\u003e\u003c/var\u003e\u003c/var\u003e\n with the ID of your folder.\n\n5. Click Save .\n\nRun the script\n--------------\n\n1. Switch back to the spreadsheet and click **Appreciation** \\\u003e **Create certificates**. You might need to refresh the page for this custom menu to appear.\n2. When prompted, authorize the script.\n If the OAuth consent screen displays the warning, **This app isn't verified** ,\n continue by selecting **Advanced** \\\u003e\n **Go to {Project Name} (unsafe)**.\n\n3. Click **Appreciation** \\\u003e\n **Create certificates** again.\n\n4. Once the status column of all the rows has been updated to **Created** , click\n **Appreciation** \\\u003e **Send certificates**.\n\nReview the code\n---------------\n\nTo review the Apps Script code for this solution, click\n**View source code** below: \n\n#### View source code\n\n### Code.gs\n\n\u003cbr /\u003e\n\nsolutions/automations/employee-certificate/Code.js \n[View on GitHub](https://github.com/googleworkspace/apps-script-samples/blob/main/solutions/automations/employee-certificate/Code.js) \n\n```javascript\n// To learn how to use this script, refer to the documentation:\n// https://developers.google.com/apps-script/samples/automations/employee-certificate\n\n/*\nCopyright 2022 Google LLC\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nconst slideTemplateId = 'PRESENTATION_ID';\nconst tempFolderId = 'FOLDER_ID'; // Create an empty folder in Google Drive\n\n/**\n * Creates a custom menu \"Appreciation\" in the spreadsheet\n * with drop-down options to create and send certificates\n */\nfunction onOpen() {\n const ui = SpreadsheetApp.getUi();\n ui.createMenu('Appreciation')\n .addItem('Create certificates', 'createCertificates')\n .addSeparator()\n .addItem('Send certificates', 'sendCertificates')\n .addToUi();\n}\n\n/**\n * Creates a personalized certificate for each employee\n * and stores every individual Slides doc on Google Drive\n */\nfunction createCertificates() {\n // Load the Google Slide template file\n const template = DriveApp.getFileById(slideTemplateId);\n\n // Get all employee data from the spreadsheet and identify the headers\n const sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();\n const values = sheet.getDataRange().getValues();\n const headers = values[0];\n const empNameIndex = headers.indexOf('Employee Name');\n const dateIndex = headers.indexOf('Date');\n const managerNameIndex = headers.indexOf('Manager Name');\n const titleIndex = headers.indexOf('Title');\n const compNameIndex = headers.indexOf('Company Name');\n const empEmailIndex = headers.indexOf('Employee Email');\n const empSlideIndex = headers.indexOf('Employee Slide');\n const statusIndex = headers.indexOf('Status');\n\n // Iterate through each row to capture individual details\n for (let i = 1; i \u003c values.length; i++) {\n const rowData = values[i];\n const empName = rowData[empNameIndex];\n const date = rowData[dateIndex];\n const managerName = rowData[managerNameIndex];\n const title = rowData[titleIndex];\n const compName = rowData[compNameIndex];\n\n // Make a copy of the Slide template and rename it with employee name\n const tempFolder = DriveApp.getFolderById(tempFolderId);\n const empSlideId = template.makeCopy(tempFolder).setName(empName).getId();\n const empSlide = SlidesApp.openById(empSlideId).getSlides()[0];\n\n // Replace placeholder values with actual employee related details\n empSlide.replaceAllText('Employee Name', empName);\n empSlide.replaceAllText('Date', 'Date: ' + Utilities.formatDate(date, Session.getScriptTimeZone(), 'MMMM dd, yyyy'));\n empSlide.replaceAllText('Your Name', managerName);\n empSlide.replaceAllText('Title', title);\n empSlide.replaceAllText('Company Name', compName);\n\n // Update the spreadsheet with the new Slide Id and status\n sheet.getRange(i + 1, empSlideIndex + 1).setValue(empSlideId);\n sheet.getRange(i + 1, statusIndex + 1).setValue('CREATED');\n SpreadsheetApp.flush();\n }\n}\n\n/**\n * Send an email to each individual employee\n * with a PDF attachment of their appreciation certificate\n */\nfunction sendCertificates() {\n // Get all employee data from the spreadsheet and identify the headers\n const sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();\n const values = sheet.getDataRange().getValues();\n const headers = values[0];\n const empNameIndex = headers.indexOf('Employee Name');\n const dateIndex = headers.indexOf('Date');\n const managerNameIndex = headers.indexOf('Manager Name');\n const titleIndex = headers.indexOf('Title');\n const compNameIndex = headers.indexOf('Company Name');\n const empEmailIndex = headers.indexOf('Employee Email');\n const empSlideIndex = headers.indexOf('Employee Slide');\n const statusIndex = headers.indexOf('Status');\n\n // Iterate through each row to capture individual details\n for (let i = 1; i \u003c values.length; i++) {\n const rowData = values[i];\n const empName = rowData[empNameIndex];\n const date = rowData[dateIndex];\n const managerName = rowData[managerNameIndex];\n const title = rowData[titleIndex];\n const compName = rowData[compNameIndex];\n const empSlideId = rowData[empSlideIndex];\n const empEmail = rowData[empEmailIndex];\n\n // Load the employee's personalized Google Slide file\n const attachment = DriveApp.getFileById(empSlideId);\n\n // Setup the required parameters and send them the email\n const senderName = 'CertBot';\n const subject = empName + ', you\\'re awesome!';\n const body = 'Please find your employee appreciation certificate attached.' +\n '\\n\\n' + compName + ' team';\n GmailApp.sendEmail(empEmail, subject, body, {\n attachments: [attachment.getAs(MimeType.PDF)],\n name: senderName\n });\n\n // Update the spreadsheet with email status\n sheet.getRange(i + 1, statusIndex + 1).setValue('SENT');\n SpreadsheetApp.flush();\n }\n}\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nContributors\n------------\n\nThis sample was created by Sourabh Choraria, blogger and Google Developer\nExpert.\n\n- Find Sourabh on Twitter [@schoraria911](https://twitter.com/schoraria911).\n- Read Sourabh's [blog](https://script.gs/).\n\nThis sample is maintained by Google with the help of Google Developer Experts.\n\nNext steps\n----------\n\n- [Custom menus in Google Workspace](/apps-script/guides/menus)"]]