Skip to main content
Use googleSlides to create presentations and slides, add page elements, edit text, and update images and transforms through the Google Slides API.

Create a presentation

Actions accept a presentation ID or standard Google Slides URL. Most edits are atomic requests and accept requiredRevisionId to reject stale writes. Read actions request Google’s native presentations.readonly scope. Create and edit actions request presentations, so they can access existing presentations by ID or URL without a prior per-file grant.

Exports

  • googleSlides contains the packaged Google Slides actions.
  • googleAccount("name") selects a named Google connection.
  • getGoogleSlidesApi creates the authenticated Google Slides API helper for a custom account-backed action.

Actions