Google Slides
Aynı zamanda bir ajan aracı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.
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 Presentation
Get the latest version of a presentation — title, pageSize, slides, masters, layouts, notesMaster, locale, revisionId (Slides API: presentations.get). READ test target.
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 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 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.
Aramanızla eşleşen bir şey yok.
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.