Google Slides

Integrate Google Slides with your AI workspace

Google Slides is a cloud-based presentation editor with real-time collaboration, template gallery, and integration with other Google Workspace apps

Explore Triggers and Actions

New Slide Added

Fires when a new slide is added to a Google Slides presentation.

TriggerpollTry it

Copy Google Slides from Template

Tool to create a new Google Slides presentation by duplicating an existing template deck via Drive file copy. Use when you need to preserve themes, masters, and layouts exactly as they appear in the template. After copying, use GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE to replace placeholder text or images.

ActionTry it

Create Google Slides Presentation

Tool to create a blank Google Slides presentation. Use when you need to initialize a new presentation with a specific title, locale, or page size.

ActionTry it

Create Slides from Markdown

Creates a new Google Slides presentation from Markdown text. Automatically splits content into slides using '---' separators and applies appropriate templates based on content structure.

ActionTry it

Get Page Thumbnail (Deprecated)

DEPRECATED: Use GOOGLESLIDES_GET_PAGE_THUMBNAIL2 instead. Tool to generate and return a thumbnail image URL for a specific page. Use when you need a quick preview of a slide page after loading it.

ActionTry it

Get Page Thumbnail v2

Tool to generate a thumbnail of the latest version of a specified page. Use when you need a preview image URL for a slide page. This request counts as an expensive read request for quota purposes.

ActionTry it

Get Presentation

Tool to retrieve the latest version of a presentation. Use after obtaining the presentation ID.

ActionTry it

Get Presentation Page

Tool to get the latest version of a specific page in a presentation. Use when you need to inspect slide, layout, master, or notes page details.

ActionTry it

Update Presentation (Batch/Markdown)

Update Google Slides presentations using markdown content or raw API text. Supports professional themes, auto-formatting, and multiple slide types (title, bullet, table, quote, image, two-column).

ActionTry it