Gratitude Jar Reminder
detail.loadingPreview
Send daily gratitude reminders via LINE, generating varied prompts using AI.
About This Workflow
This workflow automates the process of sending daily reminders to users to reflect on positive aspects of their day. It's designed to encourage a habit of gratitude by providing varied and engaging prompts.
Key Features
- Scheduled Trigger: The workflow is triggered daily at 9:00 PM to remind users before bed.
- AI-Powered Prompt Generation: Utilizes Azure OpenAI Chat Model to generate diverse and engaging gratitude prompts, preventing user fatigue from repetitive messages.
- Content Reformatting: Cleans and prepares the AI-generated text for safe transmission via the LINE Push API.
- LINE Integration: Sends the final, formatted gratitude reminder directly to users via the LINE messaging platform.
How To Use
- Trigger: The
Trigger 2100 Bear Gratitude Jar Noticenode is set to run daily at 9:00 PM. - AI Prompt Generation: The
Azure OpenAI Chat Modelis configured withtemperature: 0.9to generate varied reminder messages. TheWriteRemindernode (using@n8n/n8n-nodes-langchain.chainLlm) takes a base message and prompts the AI to rewrite it as a gratitude reminder. - Output Formatting: The
Reformat Output from Chat Modelnode (a Set node) cleans the AI's output, removing markdown, tags, and extra newlines to prepare it for the LINE API. - LINE Push: The
Line Push Messagenode (an HTTP Request node) sends the formatted message to a specified LINE user. Ensure your LINE bot token and user ID are correctly configured in the credentials and thejsonBody.
Apps Used
Workflow JSON
{
"id": "ba4da411-9aa9-484c-bea4-06a914430d7d",
"name": "Gratitude Jar Reminder",
"nodes": 7,
"category": "Productivity",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ba4da411-9aa9...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automated Text Transformations via Apple Shortcuts
Leverage Apple Shortcuts to send text for translation, grammar correction, or length adjustment using OpenAI.
Text Automation with Apple Shortcuts and OpenAI
Automate text transformations like translation, grammar correction, and summarization using Apple Shortcuts and OpenAI.
AI-Powered Text Automations with Apple Shortcuts
Automate text transformations like translation and grammar correction using OpenAI via Apple Shortcuts.