Block 1 - 📋 Flow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Transform your educational business with a fully automated mobile storefront. This workflow manages the entire student journey—from browsing course catalogues to secure payment processing and enrol...
n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-wati.wati, n8n-nodes-wati.watitrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceTransform your educational business with a fully automated mobile storefront. This workflow manages the entire student journey—from browsing course catalogues to secure payment processing and enrollment tracking—all within WhatsApp by combining WATI, Razorpay, and Google Sheets.
Turns WhatsApp into a 24/7 automated enrollment desk:
📝 Captures Student Intent
Receives text commands like courses, enroll, or pay via the WATI Trigger from the student's phone.
🚦 Smart Message Routing A Switch node identifies the keyword to trigger the correct path:
courses: Displays the full course catalogue.
enroll : Shows specific course details and a payment CTA.
pay : Generates a unique Razorpay payment link.
mystatus: Fetches the student's personal enrollment history.
👁️ Dynamic Catalogue Generation Fetches live data from Google Sheets to build a formatted WhatsApp message with course codes, prices, and durations.
💳 Instant Payment Processing Integrates with the Razorpay API to create secure, short-URL payment links tailored to the specific course and student.
📊 Automated CRM Logging Logs every enrollment attempt as "Pending" in Google Sheets, capturing timestamps, phone numbers, and unique payment IDs.
mystatus command. Courses Tab:
name, code, category, price, duration, shortDesc, description, instructor, startDate
Enrollments Tab:
timestamp, phone, courseCode, courseName, amount, status, paymentlinkId, paymentlinkUrl
courses to your WATI number.pay <course_code> to receive your first automated payment link.A programming school sends the courses list to a leads group; students enroll and pay for "Python 101" entirely through the chat.
A student types mystatus to see which courses they have paid for and which enrollments are still pending.
Promote a course code on Instagram; when users message that code to your WhatsApp, the bot handles the sale 24/7.
PAY PY101 and pay py101 work equally well.Ready to start enrolling students? Import this template and connect your Razorpay account to automate your sales today!
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 | Handle WhatsApp course enrollment and payments with Wati and Razorpay |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | CRM, AI Chatbot |
| Author | Jitesh Dugar |
| Published | 25 Feb 2026 |
Use the JSON export at /data/workflows/13693/13693.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.
Transform your educational business with a fully automated mobile storefront. This workflow manages the entire student journey—from browsing course catalogues to secure payment processing and enrol...
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 CRM, AI Chatbot use case.