This action will create a draft episode in Captivate.
- API endpoint slug
- captivate.create_draft_episode
- Filter code method
- Captivate.createDraftEpisode.skip(string?: reason)
- Runtime method
- runAction("captivate.create_draft_episode", {})
Action fields
- Label
- Show Name
- Helper text
- Select the show where the episode will be created
- Slug
- show_id
- Required
- true
- Can have default value
- false
- Label
- Audio URL
- Helper text
- The URL of the audio file to upload
- Slug
- audio_url
- Required
- true
- Can have default value
- true
- Filter code method
- Captivate.createDraftEpisode.setAudio Url(string: audio_url)
- Label
- Episode Title
- Helper text
- The title of the episode (optional)
- Slug
- episode_title
- Required
- false
- Can have default value
- true
- Filter code method
- Captivate.createDraftEpisode.setEpisode Title(string: episode_title)