๐ฌ Generate course certificates from Google Sheets with Stencil PDF and Outlook
โก 43 views ยท ๐ฌ Document Extraction & Analysis
Description
Automatically generate and send course certificates when new participants are added to Google Sheets
This workflow creates PDF certificates using Stencil, stores them in Google Drive, and emails them to participants.
How it works
- A new row is added to the Google Sheets document (via form, webhook, or manual entry)
- The workflow generates a PDF certificate using the Stencil API
- The PDF is uploaded to a Google Drive folder for archiving
- The certificate is sent to the participant via Outlook
- The Google Sheet is updated with the file link and send timestamp
Setup steps
- Create a free account at stencilpdf.com and set up a certificate template
- Connect your Google account and select the target Sheet and Drive folder
- Connect your Outlook account for sending emails
- Configure the Stencil API credentials (Bearer Auth)
- Adjust the email template text as needed
Prerequisites
- Free Stencil account with certificate template
- Google account (Sheets + Drive)
- Outlook/Microsoft 365 account
## ๐ Nodes Used
Google Sheets, HTTP Request, Google Drive, Microsoft Outlook, Google Sheets Trigger, Filter
## ๐ฅ Import
Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu โ Import from File**
[๐ Importing guide](../../../docs/importing-templates.md) ยท [๐ Credential setup](../../../docs/credential-setup.md)