Skip to main content

Send digital products after Stripe payments with Google Drive and email

Workflow preview

Workflow preview
100%
Send digital products after Stripe payments with Google Drive and email preview
Open on n8n.io

1. Workflow Overview

Quick overview Automate digital product fulfillment using n8n, Razorpay, Google Drive, and Email. ZapMail Delivery automatically delivers digital products to customers after a successful payment. O...

Best for

  • Document Extraction automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.crypto, n8n-nodes-base.if, n8n-nodes-base.switch, n8n-nodes-base.googledrive, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send digital products after Stripe payments with Google Drive and email
Workflow name
Send digital products after Stripe payments with Google Drive and email

Quick overview

Automate digital product fulfillment using n8n, Razorpay, Google Drive, and Email. ZapMail Delivery automatically delivers digital products to customers after a successful payment. Once a payment is verified, the workflow identifies the purchased product, retrieves it from Google Drive, and sends it directly to the customer's inbox.

How it works

  1. Customer purchases a digital product through a Razorpay Payment Page and submits their contact information.
  2. Razorpay sends a payment success webhook to n8n after the transaction is completed.
  3. ZapMail verifies the webhook signature to ensure the request originated from Razorpay.
  4. The workflow identifies the purchased product using the product information submitted during checkout.
  5. The corresponding file is located and downloaded from Google Drive.
  6. A branded delivery email is automatically generated and sent to the customer with the purchased product attached.
  7. The entire fulfillment process runs automatically without any manual intervention.

Setup

  1. Create a Razorpay Payment Page and add fields for customer details and product selection.
  2. Configure a Razorpay webhook and connect it to the Webhook node in n8n.
  3. Add your Razorpay webhook secret to the Crypto node for signature verification.
  4. Upload your digital products to Google Drive and connect your Google Drive account.
  5. Configure the Switch node to match your product names with the corresponding files.
  6. Connect your preferred email provider and customize the delivery email template.
  7. Activate the workflow and perform a test purchase to verify successful product delivery.

Requirements

  • n8n Cloud or self-hosted instance
  • Stripe account with webhook endpoint configured
  • Google Drive account for file storage
  • SMTP or Gmail account for email delivery

Customization

  • Replace Google Drive with Dropbox, OneDrive, or AWS S3 for file storage.
  • Send delivery emails through Gmail, Resend, Brevo, or any SMTP provider.
  • Add Notion, Airtable, or Google Sheets to log each purchase automatically.
  • Extend the routing logic to support more products, licenses, or upsells.

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 2.1

Block 2 - Crypto

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

Block 3 - Is Signature Valid?

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

Block 4 - Switch

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

Block 5 - Download file

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

Block 6 - Search files and folders

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

Block 7 - Send email

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

3. Summary Table

Workflow Send digital products after Stripe payments with Google Drive and email
Complexity intermediate
Nodes 12
Categories Document Extraction
Author Blukaze Automations
Published 04 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15464/15464.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 Send digital products after Stripe payments with Google Drive and email do?

Quick overview Automate digital product fulfillment using n8n, Razorpay, Google Drive, and Email. ZapMail Delivery automatically delivers digital products to customers after a successful payment. O...

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