Create Spreaker draft when a new row is added to Google Sheets
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)
Applets using this Action
-
-
Create Spreaker draft when you send a Telegram key phrase
-
Create Spreaker draft when an Email is sent tagged
-
Create a Spreaker draft on Button press
-
Create Spreaker draft from Discord channel message
-
Create Spreaker draft when a new event is added to Google Calendar
-
Create Spreaker draft when Webhooks receives a web request
-
Create Spreaker draft for new RSS Feed items
