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.
Zapier
beginner- 1 New episode publishes and syncs via RSS in PodView.
- 2 PodView fires episode.published to your Zapier Catch Hook.
- 3 Airtable 'Create Record' logs the episode to your content calendar.
- 4 Buffer 'Add Item' queues a post to your connected social profiles.
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 PodView fires episode.published to your IFTTT Webhooks event.
- 2 IFTTT posts a tweet: 'New episode: [title] — [url]'.
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 Webhook node receives episode.published.
- 2 Code node verifies the HMAC-SHA256 signature.
- 3 OpenAI node writes two platform-tuned captions (X + LinkedIn).
- 4 X and LinkedIn nodes publish; Google Sheets logs both post URLs.
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 PodView fires episode.published to your Pipedream HTTP source.
- 2 Node.js step verifies the HMAC signature.
- 3 OpenAI step rewrites the show-notes excerpt into X + Threads posts.
- 4 X and Threads actions publish both.
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.