Transform Voice Memos into Daily Journals & Tasks with OMI.ME & Gemini AI
Go to WorkflowDescription
Who’s it for
This template is perfect for OMI pendant users or anyone with AI-generated memory transcripts who want to:
Automatically create daily journals in Markdown
Extract actionable tasks from conversations
Store memories in Google Drive
Sync action items to Google Tasks
Great for creators, ADHD professionals, techies, or productivity hackers who want to build a second brain workflow with no manual data entry.
What it does / How it works
This workflow:
Accepts POST data from the OMI AI pendant (via webhook)
Extracts structured summaries, tasks, events, and raw transcript data
Converts the transcript into Markdown using metadata like emoji, category, and overview
Uses Google Gemini or an AI Agent to generate a high-quality journal entry
Splits out action items and creates tasks in Google Tasks
Uploads both the transcription and the final journal file into separate Google Drive folders for archival
Deletes processed files if needed (cleanup path is included)
How to set up
Connect your OMI device to send daily summaries to the webhook endpoint
Authenticate your Google Drive and Google Tasks accounts
Replace any hardcoded values (like folder IDs or task list IDs) with your own
Review the system prompt in the AI Agent node if you'd like to personalize your journal style
## Requirements
OMI pendant or device that generates .md summaries via API or webhook
Google Drive & Google Tasks credentials set up in n8n
Optional: Google Gemini or OpenAI for natural language journal generation
## How to customize
Change the output folder IDs for GDrive in the Upload Transcription and Upload Journal nodes. One folder is for long term storage and the other is short term, the contents of which are deleted every night to generate the journal entries. Ensure your workflow timezone is set correctly in the settings.
Replace Google Tasks with another todo app (e.g. Notion, Todoist) using HTTP or native nodes
Customize the AI prompt in the AI Agent or Gemini Chat node to reflect your tone (e.g., poetic, minimalist, spiritual)
Modify the Markdown format in the Build Markdown Transcription node for your preferred structure