Google Slides integration | Zervanor
← All connectors

Google Slides

Also an agent tool
productivity

Google Slides integration (Slides API v1 — presentations, pages, thumbnails). Single-host, action-only connector. No trigger: the Slides API has no webhook and no list/cursor endpoint (presentation change-watching belongs to the Drive connector).

5 actions · 0 triggers

The Google Slides integration lets you connect Google Slides to your automations with 5 actions — and every action is also a tool an AI agent can call. Examples: Create Presentation, Get Presentation, Batch Update Presentation, Get Page, Get Page Thumbnail. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Actions 5

What Zervanor can do in Google Slides.

POST

Create Presentation

Create a new blank presentation (Slides API: presentations.create). Only the title in the request body is honored; slide/content population is done afterward via batch_update_presentation. NOTE: the Slides API has no presentations.delete, so this is not a safe self-cleaning write test target.

GET

Get Presentation

Get the latest version of a presentation — title, pageSize, slides, masters, layouts, notesMaster, locale, revisionId (Slides API: presentations.get). READ test target.

POST

Batch Update Presentation

Apply one or more update Requests atomically to a presentation — slide/shape/text/table/image mutations (Slides API: presentations.batchUpdate). The :batchUpdate colon is a literal part of the custom-method path. Generic union body.

GET

Get Page

Get the latest version of a single page (slide, layout, master, or notes page) by its object id (Slides API: presentations.pages.get).

GET

Get Page Thumbnail

Generate a thumbnail of a page and return JSON {width, height, contentUrl} (Slides API: presentations.pages.getThumbnail). contentUrl is a short-lived binary image link; fetching the image bytes is out of scope. Metered as an expensive read.

Automations using Google Slides

Build your own automation with Google Slides in the visual builder.

Frequently asked questions

What can I automate with Google Slides?

5 actions are available — for example: Create Presentation, Get Presentation, Batch Update Presentation, Get Page, Get Page Thumbnail.

Can Google Slides be used as an AI agent tool?

Yes. Every Google Slides action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Google Slides integration modelled?

Google Slides is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.