Create Google Slides when a new page is added to Notion.so
This Action will create a new Google Slides presentation. Optionally copy an existing presentation to use as a template.
Developer info
- API endpoint slug
- google_slides.create_presentation
- Filter code method
- GoogleSlides.createPresentation.skip(string?: reason)
- Runtime method
- runAction("google_slides.create_presentation", {})
Action fields
Title Text input > Title
- Label
- Title
- Helper text
- The name for the new presentation.
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleSlides.createPresentation.setTitle(string: title)
Template Dropdown list
- Label
- Template
- Helper text
- Optional. Copy an existing presentation as a starting template instead of creating a blank one.
- Slug
- template_id
- Required
- false
- Can have default value
- false
