Google Docs
Aynı zamanda bir ajan aracıGoogle Docs integration (Docs API v1 document read/create/batchUpdate + Drive API v3 document-file lifecycle). Polling triggers — Docs has no native signed webhook.
7 eylemler · 1 tetikleyiciler
Google Docs entegrasyonu — 7 aksiyon ve 1 tetikleyici ile Google Docs'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Document, Create Document, Batch Update, List Documents, Get File Metadata. 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.
Tetikleyiciler 1
Google Docs üzerinde bir iş akışını başlatabilen olaylar.
New or updated document
Fires when a document visible to this connection is created or modified. Set q=mimeType='application/vnd.google-apps.document' and orderBy=modifiedTime desc.
Eylemler 7
Zervanor'un Google Docs üzerinde yapabilecekleri.
Files4
List Documents
List/search document files (Drive API: files.list). Filter documents with q=mimeType='application/vnd.google-apps.document'. Polling source for the new/updated-document trigger.
Get File Metadata
Get a document file's Drive metadata: name, parents, modifiedTime, owners (Drive API: files.get).
Copy Document File
Duplicate a document file at the file level (Drive API: files.copy).
Delete Document File
Permanently delete a document file, skipping trash (Drive API: files.delete). Cleanup target for the write test.
Documents3
Get Document
Get the latest version of a document — body, styles, tables, named ranges (Docs API: documents.get).
Create Document
Create a blank document; only title is honored, other content is ignored (Docs API: documents.create). Response carries documentId.
Batch Update
Apply one or more structural/text Requests atomically (Docs API: documents.batchUpdate). Body is the raw { requests: [...] } union payload — see api-reference.md for the ~40 request kinds (insertText, updateTextStyle, insertTable, replaceAllText, ...).
Aramanızla eşleşen bir şey yok.
Google Docs kullanan Çözüm Şablonları
Google Docs ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Google Docs ile neler otomatikleştirebilirim?
7 aksiyon var — örneğin: Get Document, Create Document, Batch Update, List Documents, Get File Metadata ve daha fazlası.
Hangi Google Docs olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New or updated document.
Google Docs bir AI agent aracı olarak kullanılabilir mi?
Evet. Google Docs'ı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 Docs entegrasyonu nasıl modellenir?
Google Docs 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.