Save Google Slides presentation to Google Drive
Return the slides in a Google Slides presentation, in order.
Developer info
- API endpoint slug
- google_slides.list_slides
- Runtime method
- performQuery("google_slides.list_slides"}
Query fields
Presentation Dropdown list
- Label
- Presentation
- Helper text
- Select the presentation whose slides you want to list.
- Slug
- presentation_id
- Required
- true
- Can have default value
- false
Ingredients
Slide object The slide's unique object ID within the presentation
- Slug
- slide_object_id
- Filter code
- GoogleSlides.listSlides.SlideObjectId
- Type
- String
- Example
- g123abc456_0_0
Slide number The slide's position in the presentation, starting at 1
- Slug
- slide_number
- Filter code
- GoogleSlides.listSlides.SlideNumber
- Type
- String
- Example
- 1
Speaker notes The slide's speaker notes, if any
- Slug
- speaker_notes
- Filter code
- GoogleSlides.listSlides.SpeakerNotes
- Type
- String
- Example
- Open with the quarterly highlights.
Slide url Link that opens the presentation at this slide
- Slug
- slide_url
- Filter code
- GoogleSlides.listSlides.SlideUrl
- Type
- Web URL
- Example
- https://docs.google.com/presentation/d/1aB2cD3eF4gH5iJ6kL7mN8oP9qR0sT/edit#slide=id.g123abc456_0_0
Applets using this Query
-
-
Post Google Slides slide list to Discord
-
Save Google Slides details to Google Sheets monthly
-
Email Google Slides before Google Calendar events
-
Post Google Slides list to Slack
-
Post Google Slides list to Microsoft Teams when any event starts
-
Post Google Slides summary to Discord
-
Export Google Slides to Google Sheets on Button press
-
Post Google Slides summary to Slack
-
Email Google Slides slide list on Webhooks event
