Actions
| Name | Description |
|---|---|
get_presentationGet the metadata and content of a Google Slides presentation | Get the metadata and content of a Google Slides presentation |
create_presentationCreate a new Google Slides presentation | Create a new Google Slides presentation |
batch_updateApply a batch of updates to a presentation (add slides, insert text, replace shapes, etc.) | Apply a batch of updates to a presentation (add slides, insert text, replace shapes, etc.) |
get_pageGet a specific page (slide) from a presentation | Get a specific page (slide) from a presentation |
custom_api_callMake a custom API call to the Google Slides API | Make a custom API call to the Google Slides API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'google-slides',
actionName: 'get_presentation',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Google Slides to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Google Slides support?
Google Slides supports 5 actions including Get Presentation, Create Presentation, Batch Update, Get Page, Custom API Call.
Can I use Google Slides with AI agents?
Yes. Add Google Slides to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Google Slides use?
Google Slides uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Google Slides integration cost?
The Google Slides integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Google Slides in 2 minutes
Get 1,000 free actions every month. No credit card required.