Explore Plans
Mobile menu Close menu
OP3

New episode measured

This trigger fires when a new episode appears in OP3's record of the show.

Developer info

API endpoint slug
op3.new_episode_measured

Trigger fields

Podcast show Text input

Label
Podcast show
Helper text
The show you want to watch, as your podcast's feed URL, its podcast GUID, or its OP3 show ID.
Slug
podcast_show
Required
true
Can have default value
true

Ingredients

Episode title The episode's title, taken directly from the show lookup's episodes[].title.

Slug
episode_title
Filter code
Op3.newEpisodeMeasured.EpisodeTitle
Type
String
Example
Episode 42: How We Got Started

Episode published at The episode's publication time from episodes[].pubdate, which the spec types as an ISO 8601 timestamp.

Slug
episode_published_at
Filter code
Op3.newEpisodeMeasured.EpisodePublishedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Show title The show's title from the show lookup; title is optional in the documented response, so it is conditionally populated.

Slug
show_title
Filter code
Op3.newEpisodeMeasured.ShowTitle
Type
String
Example
The Example Podcast

Stats page url The canonical public OP3 stats page url for the show, a required response field.

Slug
stats_page_url
Filter code
Op3.newEpisodeMeasured.StatsPageUrl
Type
Web URL
Example
https://op3.dev/show/<show-uuid>

First detected at IFTTT's detection time, not an OP3 field: the timestamp of the poll at which the episode first appeared in the show's episode list. OP3 documents no first-observed timestamp.

Slug
first_seen_at
Filter code
Op3.newEpisodeMeasured.FirstDetectedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00