Google Slides entegrasyonu | Zervanor
← Tüm konnektörler

Google Slides

Aynı zamanda bir ajan aracı
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 eylemler · 0 tetikleyiciler

Google Slides entegrasyonu — 5 aksiyon ile Google Slides'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Create Presentation, Get Presentation, Batch Update Presentation, Get Page, Get Page Thumbnail. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Eylemler 5

Zervanor'un Google Slides üzerinde yapabilecekleri.

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.

Google Slides kullanan Çözüm Şablonları

Google Slides ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

Google Slides ile neler otomatikleştirebilirim?

5 aksiyon var — örneğin: Create Presentation, Get Presentation, Batch Update Presentation, Get Page, Get Page Thumbnail.

Google Slides bir AI agent aracı olarak kullanılabilir mi?

Evet. Google Slides'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Google Slides entegrasyonu nasıl modellenir?

Google Slides sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.