Automatically issue training certificates and send via Gmail
1. Workflow Overview This n8n workflow automates the generation and delivery of student completion certificates. Features: - Retrieves student data from the n8n integrated datastore and processes it. - Loads a certifi...
Template notes
1. Workflow Overview
This n8n workflow automates the generation and delivery of student completion certificates.
Features: - Retrieves student data from the n8n integrated datastore and processes it. - Loads a certificate template image and inserts the student's name and unique ID. - Generates a completion certificate and sends it automatically via email.
By using this workflow, the certificate issuance process can be streamlined and efficiently managed.
---
2. Prerequisites 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)
---