Skip to main content

Validate & process startup pitch decks with email verification & Google Drive

Workflow preview

Workflow preview
100%
Validate & process startup pitch decks with email verification & Google Drive preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Startup Pitch Deck Submission Validator & Auto Processor Overview A comprehensive n8n workflow template that completely automates the startup pitch deck submission process for accelerators, incubat...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.googledrive, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-verifiemail.verifiemail, n8n-nodes-base.httprequest, n8n-nodes-htmlcsstopdf.htmlcsstopdf

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
Validate & process startup pitch decks with email verification & Google Drive
Workflow name
Validate & process startup pitch decks with email verification & Google Drive

Startup Pitch Deck Submission Validator & Auto-Processor

Overview

A comprehensive n8n workflow template that completely automates the startup pitch deck submission process for accelerators, incubators, VC firms, and startup competitions. This workflow validates founder emails, stores pitch decks securely, generates professional PDF summaries, and sends notifications to both your team and the founders—all in under 30 seconds per submission.

Key Features

Email Verification & Spam Protection

  • Real-time email validation using VerifiEmail API
  • Checks for RFC compliance, MX records, disposable emails, and spoofed addresses
  • Automatically rejects invalid submissions before file storage
  • Prevents spam, fake entries, and temporary email addresses

Automated File Management

  • Downloads pitch deck PDFs from provided URLs
  • Uploads to organized Google Drive folders with automatic naming
  • Creates two permanent archives:
    • Original pitch decks in /PitchDecks/
    • Generated summaries in /Submission Summaries/
  • Maintains clean folder structure with timestamp-based filenames

Professional PDF Reports

  • Generates beautiful, branded PDF summary reports
  • Includes company info, founder details, email verification status
  • Professional gradient design with interactive elements
  • Links to Google Drive documents for easy access

Smart Email Notifications

  • Admin Team Notification: Comprehensive email with all details and clickable document links
  • Founder Confirmation: Professional thank-you email with next steps and timeline
  • Invalid Submission Alerts: Immediate notification for failed verifications with detailed reasons

Intelligent Routing

  • Conditional logic based on email validation results
  • Valid submissions proceed through full workflow
  • Invalid submissions trigger admin alerts and stop processing
  • No wasted resources on fake submissions

Error Handling

  • Comprehensive error detection at every step
  • Admin alerts for failed email verifications
  • Graceful handling of file download failures
  • Detailed logging for troubleshooting

Perfect For

  • Startup Accelerators (Y Combinator, Techstars, 500 Startups style programs)
  • Incubators & Innovation Hubs
  • Venture Capital Firms (deal flow management)
  • Pitch Competitions (local, national, international events)
  • Investment Rounds (seed, Series A applications)
  • Government Innovation Programs
  • Corporate Accelerators
  • University Entrepreneurship Programs

Workflow Statistics

  • Total Nodes: 11
  • Complexity: ⭐⭐⭐ Medium
  • Processing Time: 15-30 seconds per submission
  • Setup Time: 15-20 minutes
  • Code Required: None (no-code solution)
  • Maintenance: Minimal (set and forget)

Requirements

Required Services & APIs

  1. VerifiEmail API

  2. Google Drive

    • Purpose: File storage
    • Setup: Enable Drive API in Google Cloud Console
  3. Gmail

    • Purpose: Email notifications
    • Setup: Enable Gmail API in Google Cloud Console
  4. HTML to PDF API (pdfmunk.com)

Optional Integrations

  • Typeform - For frontend submission forms
  • Google Forms - Alternative form solution
  • Webflow - For custom landing pages
  • Airtable - For additional database logging
  • Slack - For team notifications

What Gets Created

Folder Structure in Google Drive

My Drive/ ├── PitchDecks/ │ ├── TechVenture_JohnDoe_PitchDeck.pdf │ ├── AIStartup_JaneSmith_PitchDeck.pdf │ └── GreenTech_MikeJones_PitchDeck.pdf │ └── Submission Summaries/ ├── TechVenture_Summary_20251012_143025.pdf ├── AIStartup_Summary_20251012_145532.pdf └── GreenTech_Summary_20251012_151147.pdf

Email Notifications

  1. Admin Team Email (to: [email protected])

    • All startup details
    • Founder information with verified email badge
    • Clickable buttons to view pitch deck and summary
    • Email verification breakdown (RFC, MX, disposable check)
    • Google Drive folder structure overview
    • Document IDs for reference
  2. Founder Confirmation (to: founder's email)

    • Personalized thank you message
    • Submission confirmation checklist
    • Detailed submission summary table
    • Clear next steps with timeline (5-7 day review)
    • PDF summary attached for records
    • Contact information for questions
  3. Invalid Email Alert (to: [email protected])

    • Failed submission details
    • Email verification failure reasons
    • Timestamp for tracking
    • Option for manual review

Quick Start Guide

1. Import Template

  • Download the JSON file
  • In n8n: Workflows → Import from File
  • Select: startup-pitch-deck-validator-template.json

2. Configure Credentials (15 minutes)

A. VerifiEmail API

  • Sign up at https://verifi.email
  • Get API key from dashboard
  • In n8n: Credentials → VerifiEmail API → Paste key

B. Google Drive OAuth2

  • Go to https://console.cloud.google.com
  • Create project → Enable Drive API
  • Create OAuth 2.0 credentials
  • In n8n: Credentials → Google Drive OAuth2 → Follow flow

C. Gmail OAuth2

  • Same Google Cloud project
  • Enable Gmail API
  • In n8n: Credentials → Gmail OAuth2 → Authorize

D. HTML to PDF API

  • Sign up at https://pdfmunk.com
  • Get API key
  • In n8n: Credentials → HTML to PDF API → Paste key

3. Create Google Drive Folders

Create these folders in your Google Drive:

  • /PitchDecks/ (for original pitch decks)
  • /Submission Summaries/ (for generated reports)

Then select them in the workflow nodes.

4. Update Email Addresses

Replace placeholder emails in these nodes:

5. Test the Workflow

Send a test webhook:

curl -X POST https://your-n8n.com/webhook/startup-submission 
-H "Content-Type: application/json" 
-d '{
"name": "Jane Smith",
"email": "[email protected]",
"startup_name": "TechVenture AI",
"website": "https://techventure.io",
"industry": "Artificial Intelligence",
"pitch_deck_file_url": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
}'

6. Activate Workflow

Click the toggle in top-right corner to activate!

Detailed Setup Instructions

Step 1: VerifiEmail Configuration

  1. Visit https://verifi.email and create account
  2. Navigate to API section in dashboard
  3. Copy your API key
  4. In n8n workflow, click "Verifi Email" node
  5. Create new credential → Paste API key
  6. Test credential to ensure it works

Step 2: Google Cloud Project Setup

  1. Create Google Cloud Project

  2. Enable Required APIs

    • Go to "APIs & Services" → "Library"
    • Search and enable: "Google Drive API"
    • Search and enable: "Gmail API"
  3. Create OAuth Credentials

    • Go to "APIs & Services" → "Credentials"
    • Click "Create Credentials" → "OAuth 2.0 Client ID"
    • Application type: "Web application"
    • Add authorized redirect URI from n8n
    • Download credentials JSON
  4. Configure in n8n

    • In workflow, click any Google Drive node
    • Create new credential → Google Drive OAuth2
    • Upload credentials JSON or paste values
    • Complete OAuth flow and authorize
    • Repeat for Gmail nodes using same project

Step 3: Folder Setup

  1. Open Google Drive in browser
  2. Create folder: "PitchDecks" (note the folder ID from URL)
  3. Create folder: "Submission Summaries"
  4. In workflow, select these folders in the respective nodes:
    • "Upload Pitch Deck to Drive" → PitchDecks folder
    • "Save Summary PDF to Drive" → Submission Summaries folder

Step 4: PDF API Setup

  1. Sign up at https://pdfmunk.com
  2. Get API key from account dashboard
  3. In "HTML to PDF" node, create new credential
  4. Paste API key
  5. Test with sample execution

Step 5: Email Customization

In "Notify Accelerator Team" node:

  • Line 7: Change recipient email
  • Update company name in footer (optional)

In "Send Founder Confirmation" node:

  • Line 69-70: Update support email
  • Line 72: Update company name and year

In "Alert Admin - Invalid Email" node:

  • Line 3: Change recipient email

Step 6: Test & Validate

  1. Test with Valid Email:

    • Use your own email address
    • Valid pitch deck URL
    • Verify you receive confirmation email
    • Check Google Drive for files
  2. Test with Invalid Email:

    • Use temporary email service
    • Verify admin receives alert
    • Confirm no files are stored
  3. Test Error Handling:

    • Use invalid file URL
    • Check error messages
    • Verify graceful failure

Workflow

DiagramStart → Webhook Trigger
↓
Email Verification (VerifiEmail API)
↓
Conditional Check (Valid?)
↙️           ↘️
TRUE          FALSE
↓             ↓
Download PDF   Alert Admin
↓            (end)
Upload to Drive
↓
Generate Summary PDF
↓
Download Summary
↓
Save to Drive
↓
Notify Admin Team
↓
Confirm to Founder
↓
Done! ✅

Processing Flow Details

For Valid Submissions (TRUE Branch):

  1. Webhook receives data → ~0s
  2. Email verification → ~2-3s
  3. Download pitch deck → ~3-5s
  4. Upload to Google Drive → ~2-3s
  5. Generate PDF summary → ~5-8s
  6. Download PDF → ~1-2s
  7. Save PDF to Drive → ~2-3s
  8. Send admin notification → ~2-3s
  9. Send founder confirmation → ~2-3s

Total: 15-30 seconds

For Invalid Submissions (FALSE Branch):

  1. Webhook receives data → ~0s
  2. Email verification → ~2-3s
  3. Send admin alert → ~2-3s

Total: 4-6 seconds (saves resources!)

Customization Options

Easy Customizations

  1. Email Templates

    • Modify HTML in Gmail nodes
    • Add your logo
    • Change colors and branding
    • Adjust text and messaging
  2. PDF Template

    • Edit HTML in "HTML to PDF" node
    • Add custom styling
    • Include additional fields
    • Add company logo/branding
  3. Folder Structure

    • Create subfolders by industry
    • Add year-based organization
    • Implement custom naming conventions
  4. Notification Preferences

    • Add Slack notifications
    • Set up SMS alerts
    • Create calendar events
    • Log to Airtable/database

Advanced Customizations

  1. Add Duplicate Detection

    • Check if email already submitted
    • Prevent multiple submissions
    • Create whitelist/blacklist
  2. Implement Scoring System

    • Add rating fields to PDF
    • Create evaluation criteria
    • Automate preliminary screening
  3. Multi-Stage Workflow

    • Add approval process
    • Create interview scheduling
    • Implement status updates
  4. Analytics & Reporting

    • Track submission metrics
    • Generate monthly reports
    • Monitor email verification rates
    • Analyze industry trends

Troubleshooting

Common Issues & Solutions

1. Email Verification Fails

  • Problem: All emails marked as invalid
  • Solution: Check VerifiEmail API key and quota

2. Google Drive Upload Error

  • Problem: "Insufficient permissions" error
  • Solution: Re-authorize OAuth, ensure Drive API enabled
  • Check: Folder exists and is accessible

3. PDF Generation Fails

  • Problem: PDF not generated or broken
  • Solution: Check HTML to PDF API key and quota
  • Verify: HTML template syntax is valid

4. Emails Not Sending

  • Problem: Gmail node fails
  • Solution: Re-authorize Gmail OAuth, check API quota
  • Check: Email addresses are valid format

5. File Download Fails

  • Problem: "Cannot fetch file from URL"
  • Solution: Verify URL is publicly accessible
  • Check: File exists and is not behind authentication

6. Webhook Not Triggering

  • Problem: No workflow execution
  • Solution: Check webhook URL is correct
  • Verify: Workflow is activated (toggle ON)

Performance & Scalability

Current Capacity

  • Concurrent Submissions: Up to 10-20 simultaneously
  • Daily Volume: ~500-1000 submissions (depends on API quotas)
  • File Size Limit: Up to 100MB per pitch deck
  • Storage: Unlimited (within Google Drive quota)

Scaling Considerations

For High Volume (1000+ submissions/day):

  • Upgrade to paid API tiers
  • Use queue system for processing
  • Add database for tracking
  • Implement rate limiting

For Large Files (>100MB):

  • Use direct file upload to Drive
  • Skip PDF generation for large files
  • Add file size validation

Security & Privacy

Data Protection

  • Email verification via secure API
  • Encrypted file transfer (HTTPS)
  • OAuth2 authentication for Google services
  • No data stored in n8n beyond execution logs

Compliance

  • GDPR compliant (data minimization)
  • No sensitive data retention
  • Secure credential storage
  • Audit trail via execution logs

Community Support

📄 License

This template is provided as-is for commercial and personal use.

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

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

Block 2 - Check Email Valid

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

Block 3 - Upload Pitch Deck to Drive

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

Block 4 - Save Summary PDF to Drive

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

Block 5 - Notify Accelerator Team

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

Block 6 - Send Founder Confirmation

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

Block 7 - Alert Admin - Invalid Email

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note5

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

Block 13 - Sticky Note6

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

Block 14 - Sticky Note7

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

Block 15 - Sticky Note8

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

Block 16 - Sticky Note9

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

Block 17 - Sticky Note10

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

Block 18 - Sticky Note11

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

Block 19 - Sticky Note12

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

Block 20 - Sticky Note13

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

Block 21 - Verifi Email

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

Block 22 - Download Pitch

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

Block 23 - HTML to PDF

Type / Role
n8n-nodes-htmlcsstopdf.htmlcsstopdf - htmlcsstopdf
Config choices
Version 1

Block 24 - HTTP Request

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

3. Summary Table

Workflow Validate & process startup pitch decks with email verification & Google Drive
Complexity advanced
Nodes 24
Categories Lead Generation
Author Jitesh Dugar
Published 12 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9503/9503.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 Validate & process startup pitch decks with email verification & Google Drive do?

Startup Pitch Deck Submission Validator & Auto Processor Overview A comprehensive n8n workflow template that completely automates the startup pitch deck submission process for accelerators, incubat...

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 Lead Generation use case.