⚡ Submit iOS meeting notes to Obsidian using local AI transcription

218 views · ⚡ Personal Productivity

Description

This workflow enables seamless, privacy-first capture of meeting notes from your iPhone. It pairs with an iOS Shortcut that leverages Apple’s on-device transcription from the Voice Memos app and optionally passes the output to ChatGPT or a local AI model for summarization.

Who it’s for

What it does

  1. You record a voice memo in the iOS Voice Memos app.
  2. The Shortcut transcribes it locally (no API or cloud involved).
  3. Optionally, a summarization step is done via ChatGPT or a replaceable local model.
  4. The data is sent to an n8n webhook, where it’s converted into a .md file.
  5. The Markdown file is uploaded to a Google Drive folder synced with your Obsidian vault.

Key Benefits

Limitations

Setup

> ⚡ Pro Tip: Use a Set node early on to clearly define the filename, title, and text so it’s easier to modify this for other note types (e.g., journals, therapy sessions, etc.)

🔗 Nodes Used

Webhook, Google Drive, Convert to File

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup