🎬 Obsidian notes read aloud using AI: available as a podcast feed

⚑ 3,020 views · 🎬 Content Creation & Video

Description

How it works:

Set up steps:

{
  "name": "Cloudinary API",
  "type": "httpHeaderAuth",
  "authParameter": {
    "type": "header",
    "key": "Authorization",
    "value": "Basic {{Buffer.from('your_api_key:your_api_secret').toString('base64')}}"
  }
}

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.

πŸ”— Nodes Used

Google Sheets, HTTP Request, Webhook, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup