Skip to main content

Daily habit RPG: Gamified Gmail reminders with quest system and progress tracking

Workflow preview

Workflow preview
100%
Daily habit RPG: Gamified Gmail reminders with quest system and progress tracking preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who's it for This template is perfect for anyone struggling with habit consistency who wants a fun, engaging way to maintain daily routines. It's ideal for productivity enthusiasts, fitness beginne...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Daily habit RPG: Gamified Gmail reminders with quest system and progress tracking
Workflow name
Daily habit RPG: Gamified Gmail reminders with quest system and progress tracking

Who's it for This template is perfect for anyone struggling with habit consistency who wants a fun, engaging way to maintain daily routines. It's ideal for productivity enthusiasts, fitness beginners, remote workers, students, or anyone who loves gamification and RPG elements. If you've ever wished your daily tasks felt more like an adventure game, this workflow is for you. How it works The workflow runs automatically every morning at your chosen time (default: 6 AM) and transforms your daily habits into an RPG adventure:

  1. Daily Trigger - Scheduled to run every morning
  2. Player Stats Generation - Creates random level, XP, and streak data (in production, connect to a database)
  3. Quest Generation - Assigns daily "quests" based on the day of week (weekday routines, weekend specials, Monday goals)
  4. Quote Fetching - Gets a motivational quote from a free API
  5. Achievement Processing - Checks for milestone achievements (7-day streak, 30-day streak, level 10)
  6. Email Creation - Builds a beautiful HTML email with game-like design
  7. Email Delivery - Sends the quest email via Gmail
  8. Stats Logging - Records execution statistics The system includes different habit sets for weekdays and weekends, random bonus quests, a rank system (D to SSS), achievement unlocks, and progress tracking with visual elements like progress bars. Setup steps Setup takes approximately 5 minutes:
  9. Import the workflow into your n8n instance
  10. Connect Gmail - Click "Create New" in the Gmail node credentials and authenticate via OAuth2
  11. Update recipient email - Change "[email protected]" to your actual email in the "Send Quest Email" node
  12. Customize habits (optional) - Edit the quest arrays in the "Generate Daily Quests" node
  13. Test the workflow - Click "Execute Workflow" to send a test email
  14. Activate - Toggle the workflow to "Active" when ready for daily automation Requirements
  • Gmail account with OAuth2 authentication
  • n8n instance (cloud or self-hosted)
  • No external API keys required (uses free Quotable API)
  • No database required (uses random data for demonstration) How to customize the workflow Modify Daily Habits Edit the questDatabase object in the "Generate Daily Quests" node:
  • Add your own habits with custom names
  • Adjust XP and coin rewards
  • Change difficulty levels (Easy, Medium, Hard, Epic, Bonus)
  • Set different quests for weekdays vs weekends Visual Customization In the "Create Email Template" node:
  • Modify color schemes in the CSS
  • Adjust font sizes and layouts
  • Change emoji icons for quests
  • Update achievement thresholds Timing and Schedule In the "Daily Morning Trigger" node:
  • Change the trigger hour (default: 6 AM)
  • Adjust timezone if needed
  • Set different schedules for weekdays/weekends Motivational Content
  • Update daily motivation messages for each day of the week
  • Customize achievement names and descriptions
  • Modify rank titles and progression
  • Add your own fallback quotes This workflow brings the addictive nature of RPG games to your daily habits, making routine tasks feel like an epic adventure. Perfect for anyone who wants to level up their life, one quest at a time!

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 - đź“‹ Workflow Overview

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

Block 2 - Daily Morning Trigger

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

Block 3 - Step 1

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

Block 4 - Initialize Player Stats

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

Block 5 - Step 2

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

Block 6 - Generate Daily Quests

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

Block 7 - Step 3

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

Block 8 - Fetch Daily Quote

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

Block 9 - Step 4

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

Block 10 - Process Game Stats

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

Block 11 - Step 5

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

Block 12 - Create Email Template

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

Block 13 - Step 6

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

Block 14 - Send Quest Email

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

Block 15 - Step 7 - IMPORTANT

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

Block 16 - Log Execution Stats

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

Block 17 - Step 8

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

3. Summary Table

Workflow Daily habit RPG: Gamified Gmail reminders with quest system and progress tracking
Complexity advanced
Nodes 17
Categories Personal Productivity
Author ueharayuuki
Published 10 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10688/10688.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 Daily habit RPG: Gamified Gmail reminders with quest system and progress tracking do?

Who's it for This template is perfect for anyone struggling with habit consistency who wants a fun, engaging way to maintain daily routines. It's ideal for productivity enthusiasts, fitness beginne...

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