Published 6 days ago
This n8n workflow automates the generation and delivery of student completion certificates.
Features:
By using this workflow, the certificate issuance process can be streamlined and efficiently managed.
To execute this workflow, you need to set up the following:
✅ Gmail OAuth2 Integration (Required for sending certificates via Gmail in n8n)
✅ n8n Training Customer Datastore Connection (Ensure access to student data from the datastore)
✅ Google Fonts Installation (Required for using Courier New and Comic Sans MS fonts)
When clicking 'Test workflow' (Manual Trigger)
Customer Datastore (n8n training)
Get Email & Name (Set Node)
Generate Crypto (UUID Generation)
Load Image (HTTP Request)
Write Text(name) / Write Text(uuid) (Edit Image)
Send Email (Gmail Node)
1️⃣ Retrieve Student Data - Fetches name and email from the n8n Training Customer Datastore
2️⃣ Generate UUID - Creates a unique ID for each certificate
3️⃣ Load Certificate Template Image - Fetches the template via HTTP request
4️⃣ Insert Name and UUID into the Image
5️⃣ Send Certificate via Gmail
Dear John Doe,
You have successfully completed this training program. Please find your completion certificate attached.
Completion Date: 2025.02.22
Best regards,
Data Popcorn Team