Trigger: New episode published

Suggest internal links from each new episode to older content

Internal links are the SEO win most podcasts skip. Surfacing related episodes on every publish makes the habit automatic instead of aspirational.

OpenAI Google Sheets Notion

n8n

advanced
  1. 1 Webhook node receives episode.published.
  2. 2 An HTTP node pulls your episode list; OpenAI ranks the most related ones.
  3. 3 Google Sheets writes the suggested internal links for your editor.
Apps used
n8n Webhook HTTP Request OpenAI Google Sheets

Setup notes

Feed OpenAI the new episode's title plus a list of existing titles and URLs, and ask for the top 3 matches with a one-line reason each.

Make

advanced
  1. 1 PodView fires episode.published to your Make webhook.
  2. 2 OpenAI suggests related older episodes from a list you maintain.
  3. 3 Notion logs the suggested links as a task for the show-notes editor.
Apps used
Make Webhooks OpenAI Notion

Setup notes

Keep a Notion or Sheets index of published episodes so the AI has a current catalogue to link against on every run.

Outbound webhooks are a Studio feature

Connect this recipe in minutes once you're on Studio.

See Studio pricing