Append to Google Slides when a new feed item is added
This Action will add a new slide to the end of a Google Slides presentation.
Developer info
- API endpoint slug
- google_slides.append_slide
- Filter code method
- GoogleSlides.appendSlide.skip(string?: reason)
- Runtime method
- runAction("google_slides.append_slide", {})
Action fields
Presentation Dropdown list
- Label
- Presentation
- Helper text
- Select the presentation to add a slide to.
- Slug
- presentation_id
- Required
- true
- Can have default value
- false
Layout Dropdown list
- Label
- Slide layout
- Helper text
- The layout for the new slide.
- Slug
- layout
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleSlides.appendSlide.setLayout(string: layout)
Title Text input > Title
- Label
- Title text
- Helper text
- Optional. Inserted into the slide's title placeholder.
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleSlides.appendSlide.setTitle(string: title)
Body Text input > Long text
- Label
- Body text
- Helper text
- Optional. Inserted into the slide's body placeholder.
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleSlides.appendSlide.setBody(string: body)
