Block 1 - Daily Trigger
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How It Works: 1. Triggers daily at 6:00 AM 2. Fetches one random question from your Google Sheet 3. Formats question, options, correct answer, and explanation 4. Sends it to: Email...
n8n-nodes-base.cron, n8n-nodes-base.googlesheets, n8n-nodes-base.function, n8n-nodes-base.emailsend, n8n-nodes-base.telegram, n8n-nodes-base.twilio
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Gopal Debnath.
Original n8n.io source💡 How It Works:
⏰ Triggers daily at 6:00 AM
📊 Fetches one random question from your Google Sheet
🧠 Formats question, options, correct answer, and explanation
📤 Sends it to:
💬 Telegram (via Bot)
📱 WhatsApp/SMS (via Twilio)
🔧 What You Need to Configure:
YOUR_GOOGLE_SHEET_ID → your sheet with columns: question, optionA, optionB, optionC, optionD, correctAnswer, explanation
Email credentials (SMTP)
Telegram Bot Token & Chat ID
Twilio phone numbers and credentials
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 | Daily govt exam quiz by Gopal Debnath (mrtechyguru) |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Social Media |
| Author | Gopal Debnath |
| Published | 25 Jun 2025 |
Use the JSON export at /data/workflows/5284/5284.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.
How It Works: 1. Triggers daily at 6:00 AM 2. Fetches one random question from your Google Sheet 3. Formats question, options, correct answer, and explanation 4. Sends it to: Email...
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 Social Media use case.