A beginner's guide
Explore Plans
Mobile menu Close menu
TraktTrakt

New watched episode

This trigger fires every time you watched or marked as watching a new episode of a show.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time you watched or marked as watching a new episode of a show.
API endpoint slug
trakt.watched_episode

Trigger fields

No fields for this trigger

Ingredients

Show IDThe Trakt show ID.

Slug
show_id
Filter code
Trakt.watchedEpisode.ShowId
Type
String
Example
60300

Show titleThe title of the show

Slug
show_title
Filter code
Trakt.watchedEpisode.ShowTitle
Type
String
Example
The Simpsons

Episode IDThe Trakt episode ID.

Slug
episode_id
Filter code
Trakt.watchedEpisode.EpisodeId
Type
String
Example
123

Episode seasonThe episode's season number.

Slug
episode_season
Filter code
Trakt.watchedEpisode.EpisodeSeason
Type
String
Example
32

Episode numberThe episode's number.

Slug
episode_number
Filter code
Trakt.watchedEpisode.EpisodeNumber
Type
String
Example
32

Episode titleThe title of the episode.

Slug
episode_title
Filter code
Trakt.watchedEpisode.EpisodeTitle
Type
String
Example
The Man From G.R.A.M.P.A.

Watched atDate and time when you watched the episode.

Slug
watched_at
Filter code
Trakt.watchedEpisode.WatchedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00