Help Needed: Automating Markdown File Creation from Transcribed Speech with n8n

Hello,

Description:

I’m trying to automate the creation of Markdown files from transcribed speech using n8n on my Raspberry Pi. The goal is to store these files locally and enable voice-command-based searches on the content.

Current Setup:

  • I’ve created a workflow in n8n, triggered via Telegram, which works fine.
  • The workflow uses an AI agent via the ChatGPT API.
  • The output is successfully generated and transcribed.
  • n8n version: 1.77.3

Issue:

I’m unsure how to automatically create and save these transcriptions as Markdown files on my Raspberry Pi. The files should have a timestamp as the filename and contain the transcribed text from the AI agent.

Any guidance on how to achieve this would be greatly appreciated!

Thank!!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @aiaiai You can use something like this to achieve that.

2 Likes

thanks!!! that helped me!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.