Block 1 - JotForm Trigger
- Type / Role
- n8n-nodes-base.jotFormTrigger - jotFormTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Explanation video: https://youtu.be/QjbA tFYCFE?si= C36KlSgABzteoB Workflow Overview This automation handles what happens right after a customer m...
n8n-nodes-base.jotformtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.outputparserstructured
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by iamvaar.
Original n8n.io sourceExplanation video: https://youtu.be/QjbA-tFYCFE?si=--C36KlSgABzteoB
This automation handles what happens right after a customer makes a purchase on your online form. It automatically shares a document with them, records the sale in a spreadsheet, uses AI to write a personalized thank-you email, and then sends it to their inbox.
Before you can use this workflow, you'll need to have a few things set up and ready:
1. A Configured JotForm You need an active JotForm account with a form that is set up to sell a product. The form must include:
Full Name, Email Address, and Phone Number.2. A Google Sheet Create a blank Google Sheet to log your sales. It should have columns (headers) prepared to receive the customer data, such as:
nameemailphoneproductsamount of sale3. A Digital Product in Google Drive The digital product you want to deliver to your customers (e.g., a PDF guide, a document, a link to a video) must be uploaded to your Google Drive. You'll need this file ready to be selected within the workflow.
JotForm TriggerThis is the starting point. The workflow is constantly watching a specific JotForm you've set up. As soon as a customer fills out the form and submits their purchase, this node catches their information and kicks off the automation.
It passes along all the customer's details—like their name, email, and what they bought—to the next step.
Share fileOnce an order comes in, this step automatically shares a specific file from your Google Drive with the customer. It takes the customer's email address from the form and instantly gives them "editor" access to a pre-selected document, like a welcome guide or a digital product.
Append or update row in sheetNext, the workflow logs the purchase details in a Google Sheet. It neatly organizes the customer's name, email, and order information into a new row. This keeps your sales records automatically updated.
If a customer with the same email buys again, the node is smart enough to just update their existing row instead of creating a duplicate entry.
AI Agent (using Google Gemini)This is the creative part of the workflow. This node acts like an AI assistant that writes a brand new, personalized thank-you email for each customer. It follows a specific set of instructions (a prompt) you've given it, which includes:
The AI is specially configured to generate a ready-to-send email, complete with a subject line and a professionally formatted HTML body.
Send a messageThis is the final step. The workflow takes the personalized email written by the AI and sends it directly to the customer from your Gmail account. It automatically fills in the "To" field with the customer's email, uses the AI-generated subject line, and adds the custom message body.
After this step, the automation is complete for that customer.
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.
| Workflow | Automated post-purchase product delivery & upsell with Jotform, GDrive, Gemini |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | iamvaar |
| Published | 13 Oct 2025 |
Use the JSON export at /data/workflows/9582/9582.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Explanation video: https://youtu.be/QjbA tFYCFE?si= C36KlSgABzteoB Workflow Overview This automation handles what happens right after a customer m...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Nurturing, AI Chatbot use case.