إرسال شهادات تقدير مخصّصة إلى الموظفين
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
مستوى الترميز: مبتدئ
المدة: 15 دقيقة
نوع المشروع: أتمتة باستخدام قائمة مخصّصة
الأهداف
- فهم ما يفعله الحلّ
- فهم وظائف خدمات "برمجة تطبيقات Google" ضمن الحل
- إعداد البيئة
- إعداد النص البرمجي
- شغِّل النص البرمجي.
لمحة عن هذا الحل
يمكنك تخصيص نموذج شهادة الموظف في "العروض التقديمية من Google" تلقائيًا باستخدام بيانات الموظف في "جداول بيانات Google"، ثم إرسال الشهادات باستخدام Gmail.

آلية العمل
يستخدم النص البرمجي نموذج العرض التقديمي "شهادة الموظف" من "العروض التقديمية من Google" وجدول بيانات في "جداول بيانات Google" يتضمّن تفاصيل الموظف. ينسخ النص البرمجي النموذج ويستبدل العناصر النائبة ببيانات من جدول البيانات. بعد أن ينشئ البرنامج النصي شريحة لكل موظف، يستخرج كل شريحة على حدة كمرفق PDF ويرسل الشهادات إلى الموظفين.
خدمات "برمجة تطبيقات Google"
يستخدم هذا الحل الخدمات التالية:
المتطلبات الأساسية
لاستخدام هذا النموذج، يجب استيفاء المتطلبات الأساسية التالية:
- حساب Google (قد تتطلّب حسابات Google Workspace موافقة المشرف).
- متصفّح ويب يمكنه الوصول إلى الإنترنت
إعداد البيئة
انقر على الزر التالي لإنشاء نسخة من قالب شرائح شهادات الموظفين.
إنشاء نسخة
دوِّن رقم تعريف العرض التقديمي لاستخدامه في خطوة لاحقة. يمكنك العثور على رقم التعريف في عنوان URL:
https://docs.google.com/presentation/d/PRESENTATION_ID/edit
في Drive، أنشئ مجلدًا جديدًا لحفظ الشهادات.
دوِّن رقم تعريف المجلد لاستخدامه في خطوة لاحقة. يمكنك العثور على رقم التعريف في عنوان URL:
https://drive.google.com/drive/folders/FOLDER_ID
إعداد النص البرمجي
انقر على الزر أدناه لإنشاء نسخة من نموذج شهادات الموظفين. مشروع "برمجة التطبيقات" الخاص بهذا الحلّ مرتبط بجدول البيانات.
إنشاء نسخة
في جدول البيانات، افتح مشروع Apps Script من خلال النقر على
الإضافات > برمجة تطبيقات Google.
بالنسبة إلى المتغيّر slideTemplateId
، استبدِل
PRESENTATION_ID
برقم تعريف العرض التقديمي.
بالنسبة إلى المتغيّر tempFolderId
، استبدِل FOLDER_ID
برقم تعريف مجلدك.
انقر على "حفظ"
.
تشغيل النص البرمجي
- ارجع إلى جدول البيانات وانقر على تقدير
> إنشاء شهادات. قد تحتاج إلى إعادة تحميل الصفحة لتظهر هذه القائمة المخصّصة.
امنح الإذن للنصّ البرمجي عند مطالبتك بذلك.
إذا عرضت شاشة الموافقة على OAuth التحذير لم يتم التحقّق من هذا التطبيق،
يمكنك المتابعة من خلال النقر على خيارات متقدمة >
الانتقال إلى {اسم المشروع} (غير آمن).
انقر على تقدير >
إنشاء شهادات مرة أخرى.
بعد تعديل عمود الحالة في جميع الصفوف إلى تم الإنشاء، انقر على
تقدير > إرسال الشهادات.
مراجعة الرمز البرمجي
لمراجعة رمز Apps Script الخاص بهذا الحلّ، انقر على
عرض رمز المصدر أدناه:
المساهمون
تم إنشاء هذا النموذج بواسطة "سوراب تشوراريا"، وهو مدوّن وخبير في Google Developer.
تحتفظ Google بهذا النموذج بمساعدة خبراء Google المطوّرين.
الخطوات التالية
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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)"]]