Trigger: Episode published

Route a new episode to the right channel by its tags

Multi-topic shows need different handling per category. Tags in the payload let one automation fan out by subject instead of one-size-fits-all posting.

Slack Airtable Google Sheets

Make

intermediate
  1. 1 PodView fires episode.published with the tags array.
  2. 2 A Router branches on whether tags contains your target topic.
  3. 3 Slack posts the episode to the matching channel.
Apps used
Make Webhooks Router Slack

Setup notes

tags is a list of tag names; use a 'contains' filter on each Router path so an episode can post to more than one channel.

Zapier

intermediate
  1. 1 Catch Hook receives episode.published with tags.
  2. 2 Filter by Zapier only continues when tags includes your topic.
  3. 3 Airtable logs the episode under that category.
Apps used
Webhooks by Zapier Filter by Zapier Airtable

Setup notes

Zapier exposes tags as a comma-joined value; use 'Text contains' in the Filter step to match a single tag.

Outbound webhooks are a Producer feature

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

See Producer pricing