Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imbios/gas-certificatecreationandemail
Automated Certificate Generator & Email Sender with Google Apps Script
https://github.com/imbios/gas-certificatecreationandemail
apps-script certificate email email-sender generator google google-slides hacktoberfest pdf
Last synced: 1 day ago
JSON representation
Automated Certificate Generator & Email Sender with Google Apps Script
- Host: GitHub
- URL: https://github.com/imbios/gas-certificatecreationandemail
- Owner: ImBIOS
- License: mit
- Created: 2023-08-15T06:02:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T15:13:28.000Z (3 months ago)
- Last Synced: 2024-08-22T17:05:16.993Z (3 months ago)
- Topics: apps-script, certificate, email, email-sender, generator, google, google-slides, hacktoberfest, pdf
- Language: JavaScript
- Homepage: https://docs.google.com/presentation/d/1p_UbJUK2OWdeYtZA5dcaGwPRHlPzo9hQ18RnDCYk364/edit?usp=sharing
- Size: 18.6 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Apps Script: createCertificates.gs
> Google Slide used in this project for reference: https://docs.google.com/presentation/d/1p_UbJUK2OWdeYtZA5dcaGwPRHlPzo9hQ18RnDCYk364/edit?usp=sharing
![GitHub](https://img.shields.io/github/license/ImBIOS/GAS-CertificateCreationAndEmail)
![GitHub issues](https://img.shields.io/github/issues/ImBIOS/GAS-CertificateCreationAndEmail.svg)
![GitHub stars](https://img.shields.io/github/stars/ImBIOS/GAS-CertificateCreationAndEmail.svg)
![GitHub forks](https://img.shields.io/github/forks/ImBIOS/GAS-CertificateCreationAndEmail.svg)## Automated Certificate Generator & Email Sender with Google Apps Script
This project is a Google Apps Script (GAS) solution that automatically generates certificates based on a Google Slides template and a data set in Google Sheets. It then sends these generated certificates via email to the corresponding recipients.
### Features
- Bulk certificate generation from Google Slide templates
- Personalization based on Google Sheet data
- Automatic email delivery of certificates
- Fully customizable and easy to extend## Usage
To use this script, follow these steps:
1. Clone/Fork this GitHub repository (optional).
2. Open your Google Drive and create a new Apps Script project.
3. Copy the contents of `createCertificates.gs` and `capitalizeEachWord.gs` into your Apps Script project.
4. Follow the additional setup instructions detailed in the script comments.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Support & Contributions
- Please ⭐️ this repository if this project helped you!
- Contributions of all kinds welcome!## Keywords
Google Apps Script, Certificate Generation, Email Sending, Google Slides, Google Sheets, Automated Certificates