Skip to main content

Workshop certificate generator with Google Drive, Gmail & QR verification

Workflow preview

Workflow preview
100%
Workshop certificate generator with Google Drive, Gmail & QR verification preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated Pre Issued Workshop Certificate Generator Description: This workflow automates the entire pre issuance process of workshop participation certificates. When an attendee submits a registrat...

Best for

  • Document Extraction automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.

Original n8n.io source

1.1 Workflow description

Title
Workshop certificate generator with Google Drive, Gmail & QR verification
Workflow name
Workshop certificate generator with Google Drive, Gmail & QR verification

Automated Pre-Issued Workshop Certificate Generator

Description:

This workflow automates the entire pre-issuance process of workshop participation certificates. When an attendee submits a registration form via a webhook, the workflow validates the data, verifies the attendee’s email, generates a unique Certificate ID and QR code, creates a styled certificate image, stores it on Google Drive, emails the certificate to the attendee, logs all details in Google Sheets, and notifies organizers via Slack — all fully automated.

This template is ideal for institutions, event teams, training organizations, hackathons, and workshops that want to automate certificate issuing and remove manual processing.


Key Features:

  • Webhook-based registration intake
  • Required field + email validation using VerifiEmail API
  • Auto-generated Certificate ID, QR code, and verification URL
  • Dynamic HTML-to-Image certificate generation
  • Automatic email delivery with certificate attachment (Gmail)
  • Auto-upload certificate to Google Drive
  • Real-time Slack notification for organizers
  • Registration + certificate logging in Google Sheets
  • Instant webhook response with certificate metadata

How It Works (Short Summary):

  1. Webhook Trigger receives registration details.
  2. Validator checks for mandatory fields (name, email, event).
  3. Email verification ensures the email is deliverable.
  4. Certificate generation creates unique ID + QR + HTML.
  5. HTML-to-Image converts the certificate to PNG.
  6. Upload to Google Drive stores the certificate file.
  7. Email node sends the certificate to the attendee.
  8. Google Sheets logs the registration + certificate details.
  9. Slack message notifies organizers instantly.
  10. Webhook response returns success JSON.

Use Cases:

  • Workshops
  • Webinars
  • Training sessions
  • Bootcamps
  • Corporate events
  • Hackathons
  • Student registrations
  • Event ticketing / entry pass systems

Required Credentials:

  • VerifiEmail API – email validation at verifi.email
  • HTMLCSStoImage API – convert certificate HTML to PNG at htmlcsstoimg.com
  • Gmail OAuth2 – send certificate emails
  • Google Drive OAuth2 – store certificate files
  • Google Sheets OAuth2 – logging
  • Slack API – organizer notifications

Setup Instructions:

  1. Import this template into your n8n instance.

  2. Open the Webhook node and copy the generated webhook URL.

  3. Use this URL in your registration form / frontend / Postman.

  4. Add all required credentials in the Credentials Manager.

  5. Customize certificate HTML (colors, branding, logos) if needed.

  6. Test with a sample POST request containing all required fields:

    • name
    • email
    • event
    • date
    • time
    • venue
    • organization
    • designation
  7. Enable the workflow.


Input Format (POST Body Required):

{
  "name": "John Doe",
  "email": "[email protected]",
  "event": "AI Workshop 2025",
  "date": "25 Nov 2025",
  "time": "10:00 AM",
  "venue": "Auditorium Hall",
  "organization": "Tech University",
  "designation": "Student"
}

Output (Webhook Response):

{
  "success": true,
  "message": "Registration successful! Certificate sent to your email.",
  "certificateId": "CERT-12345-ABCD",
  "verifyUrl": "https://workshopverify.com/cert?id=CERT-12345-ABCD"
}

Why This Workflow is Useful:

  • Eliminates manual certificate design & sending
  • Ensures professional, consistent certificates
  • Reduces event staff workload
  • Guarantees accurate data logging
  • Provides instant attendee confirmation
  • Enhances event experience with automation

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook Registration

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 2 - Validate Required Fields

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 3 - Check Email Valid

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 4 - Generate Certificate ID & QR

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Prepare Certificate HTML

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Upload to Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 7 - Send Certificate Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 8 - Log to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 9 - Notify Slack Channel

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 10 - Success Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 11 - Validation Error Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 12 - Email Verification Error

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 13 - Verifi Email

Type / Role
n8n-nodes-verifiemail.verifiEmail - verifiEmail
Config choices
Version 1

Block 14 - HTML/CSS to Image

Type / Role
n8n-nodes-htmlcsstoimage.htmlCssToImage - htmlCssToImage
Config choices
Version 1

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Download Binary File

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 19 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Workshop certificate generator with Google Drive, Gmail & QR verification
Complexity advanced
Nodes 22
Categories Document Extraction, Multimodal AI
Author Jitesh Dugar
Published 18 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10979/10979.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Workshop certificate generator with Google Drive, Gmail & QR verification do?

Automated Pre Issued Workshop Certificate Generator Description: This workflow automates the entire pre issuance process of workshop participation certificates. When an attendee submits a registrat...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.