Obsidian Notes Read Aloud using AI: Available as a Podcast Feed

Nodes

eb4d7d31-2fbb-4c15-b894-0022be7a4ecf9dd572aa-e531-4ffe-a66c-58ac7003ac5d3b9f1b78-6b80-4575-aa6c-966987000389767a4dc9-a96d-4faf-8994-3ca7563046761c04dd23-ae91-4772-b6db-e7ce81fc2f712cf69bf8-d025-41db-983e-898d5f3acf5a+2

Created by

ObObsidi8n

Last edited 39 days ago

How it works:

  • Send notes from Obsidian via Webhook to start the audio conversion
  • OpenAI converts your text to natural-sounding audio and generates episode descriptions
  • Audio files are stored in Cloudinary and automatically attached to your notes in Obsidian
  • A professional podcast feed is generated, compatible with all major podcast platforms (Apple, Spotify, Google)

Set up steps:

  • Install and configure the Post Webhook Plugin in Obsidian
  • Set up Custom Auth credentials in n8n for Cloudinary using the following JSON:
{
  "name": "Cloudinary API",
  "type": "httpHeaderAuth",
  "authParameter": {
    "type": "header",
    "key": "Authorization",
    "value": "Basic {{Buffer.from('your_api_key:your_api_secret').toString('base64')}}"
  }
}
  • Configure podcast feed metadata (title, author, cover image, etc.)

Note: The second flow is a generic Podcast Feed module that can be reused in any '[...]-to-Podcast' workflow. It generates a standard RSS feed from Google Sheets data and podcast metadata, making it compatible with all major podcast platforms.

New to n8n?

Need help building new n8n workflows? Process automation for you or your company will save you time and money, and it's completely free!