שליחת אישורי הערכה מותאמים אישית לעובדים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רמת הקידוד: מתחילים
משך: 15 דקות
סוג הפרויקט: אוטומציה עם תפריט בהתאמה אישית
מטרות
- להבין מה הפתרון עושה.
- הסבר על הפעולות של שירותי Apps Script בפתרון.
- מגדירים את הסביבה.
- מגדירים את הסקריפט.
- מריצים את הסקריפט.
מידע על הפתרון הזה
התאמה אוטומטית של תבנית תעודת העובד ב-Google Slides עם נתוני העובדים ב-Google Sheets, ואז שליחת התעודות באמצעות Gmail.

איך זה עובד
הסקריפט משתמש בתבנית של מצגת עם אישור עובד מ-Slides ובגיליון אלקטרוני ב-Sheets עם פרטי העובד. הסקריפט מעתיק את התבנית ומחליף את ה-placeholders בנתונים מגיליון אלקטרוני. אחרי שהסקריפט יוצר שקף לכל עובד, הוא מחלץ כל שקף בנפרד כקובץ PDF מצורף ושולח את האישורים לעובדים.
שירותי Apps Script
הפתרון הזה משתמש בשירותים הבאים:
דרישות מוקדמות
כדי להשתמש בדוגמה הזו, אתם צריכים לעמוד בדרישות המוקדמות הבאות:
- חשבון Google (יכול להיות שחשבונות Google Workspace ידרשו אישור אדמין).
- דפדפן אינטרנט עם גישה לאינטרנט.
הגדרת הסביבה
כדי ליצור עותק של תבנית השקפים Employee certificates
לוחצים על הלחצן הבא.
יצירת עותק
חשוב לשמור את מזהה ההצגה לשימוש בשלב מאוחר יותר. המזהה מופיע בכתובת ה-URL:
https://docs.google.com/presentation/d/PRESENTATION_ID/edit
ב-Drive, יוצרים תיקייה חדשה לשמירת האישורים.
חשוב לשים לב למזהה התיקייה, כי תצטרכו להשתמש בו בשלב מאוחר יותר. אפשר למצוא את המזהה בכתובת ה-URL:
https://drive.google.com/drive/folders/FOLDER_ID
הגדרת הסקריפט
כדי ליצור עותק של גיליון אלקטרוני לדוגמה של אישורי עובדים, לוחצים על הלחצן שלמטה. פרויקט Apps Script של הפתרון הזה מצורף לגיליון האלקטרוני.
יצירת עותק
בגיליון האלקטרוני, פותחים את פרויקט Apps Script על ידי לחיצה על תוספים > Apps Script.
במשתנה slideTemplateId
, מחליפים את PRESENTATION_ID
במזהה המצגת.
במשתנה tempFolderId
, מחליפים את FOLDER_ID
במזהה התיקייה.
לוחצים על סמל השמירה
.
הפעלת הסקריפט
- חוזרים לגיליון האלקטרוני ולוחצים על הערכה
> יצירת אישורים. יכול להיות שתצטרכו לרענן את הדף כדי שהתפריט המותאם אישית יופיע.
כשמוצגת בקשה, מאשרים את הסקריפט.
אם במסך ההסכמה ל-OAuth מוצגת האזהרה האפליקציה הזו לא אומתה, ממשיכים בתהליך על ידי בחירה באפשרות מתקדם >
מעבר אל {שם הפרויקט} (לא בטוח).
לוחצים על הערכה >
יצירת אישורים שוב.
אחרי שבעמודת הסטטוס של כל השורות יופיע נוצר, לוחצים על הערכה > שליחת אישורים.
בדיקת הקוד
כדי לבדוק את קוד Apps Script של הפתרון הזה, לוחצים על הצגת קוד המקור למטה:
תורמים
הדוגמה הזו נוצרה על ידי סוראב צ'ורריה (Sourabh Choraria), בלוגר ומומחה Google Developers.
הדוגמה הזו מתוחזקת על ידי Google בעזרת מומחי Google לפיתוח.
השלבים הבאים
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-31 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-31 (שעון 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)"]]