Trigger: New episode published

Auto-post new episodes to social media

Collapses the 20-minutes-per-episode ritual of cross-posting to X, LinkedIn and your calendar into zero manual work.

X / Twitter LinkedIn Buffer Threads Airtable

Zapier

beginner
  1. 1 New episode publishes and syncs via RSS in PodView.
  2. 2 PodView fires episode.published to your Zapier Catch Hook.
  3. 3 Airtable 'Create Record' logs the episode to your content calendar.
  4. 4 Buffer 'Add Item' queues a post to your connected social profiles.
Apps used
Webhooks by Zapier Airtable Buffer

Setup notes

Create a Catch Hook in Zapier, paste the URL into PodView's Automation page and tick episode.published. Map title/url/pubdate to your Airtable fields and compose the Buffer post as 'New episode: {{title}} — {{url}}'.

IFTTT

beginner
  1. 1 PodView fires episode.published to your IFTTT Webhooks event.
  2. 2 IFTTT posts a tweet: 'New episode: [title] — [url]'.
Apps used
Webhooks by IFTTT X (Twitter)

Setup notes

Use the Webhooks 'Receive a web request' trigger; pass the episode title as Value1 and URL as Value2. Keep the tweet under 280 chars — the URL counts toward the limit.

n8n

intermediate
  1. 1 Webhook node receives episode.published.
  2. 2 Code node verifies the HMAC-SHA256 signature.
  3. 3 OpenAI node writes two platform-tuned captions (X + LinkedIn).
  4. 4 X and LinkedIn nodes publish; Google Sheets logs both post URLs.
Apps used
n8n Webhook n8n Code OpenAI X (Twitter) LinkedIn Google Sheets

Setup notes

Verify X-PodView-Signature in the Code node before posting. Ask the model for JSON with x_caption and linkedin_caption keys, then map each to its platform node.

Pipedream

beginner
  1. 1 PodView fires episode.published to your Pipedream HTTP source.
  2. 2 Node.js step verifies the HMAC signature.
  3. 3 OpenAI step rewrites the show-notes excerpt into X + Threads posts.
  4. 4 X and Threads actions publish both.
Apps used
HTTP / Webhook OpenAI X (Twitter) Threads

Setup notes

Connect X and Threads via OAuth. Have OpenAI return JSON with x_post (<=240 chars) and threads_post (<=500 chars); parse it in a follow-up code step before each platform action.

Outbound webhooks are a Studio feature

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

See Studio pricing