Close menu
Explore Plans
Mobile menu Close menu
Spreaker

Create a draft episode

This action will create a new unpublished draft episode on a podcast you choose, which you can then finish and publish in Spreaker.

Developer info

API endpoint slug
spreaker.create_draft_episode
Filter code method
Spreaker.createDraftEpisode.skip(string?: reason)
Runtime method
runAction("spreaker.create_draft_episode", {})

Action fields

Show Dropdown list

Label
Which podcast?
Helper text
Pick the podcast the draft should be created on.
Slug
show_id
Required
true
Can have default value
false

Title Text input > Title

Label
Title
Helper text
The title of the draft episode.
Slug
title
Required
true
Can have default value
true
Filter code method
Spreaker.createDraftEpisode.setTitle(string: title)

Description Text input > Long text

Label
Description
Helper text
Optional. Show notes or a summary for the episode.
Slug
description
Required
false
Can have default value
true
Filter code method
Spreaker.createDraftEpisode.setDescription(string: description)