Google Docs integration | Zervanor
← All connectors

Google Docs

Also an agent tool
productivity

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 actions · 1 triggers

The Google Docs integration lets you connect Google Docs to your automations with 7 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: Get Document, Create Document, Batch Update, List Documents, Get File Metadata. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Triggers 1

Events in Google Docs that can start a workflow.

polling

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.

Actions 7

What Zervanor can do in Google Docs.

Files4

GET

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

Get File Metadata

Get a document file's Drive metadata: name, parents, modifiedTime, owners (Drive API: files.get).

POST

Copy Document File

Duplicate a document file at the file level (Drive API: files.copy).

DELETE

Delete Document File

Permanently delete a document file, skipping trash (Drive API: files.delete). Cleanup target for the write test.

Documents3

GET

Get Document

Get the latest version of a document — body, styles, tables, named ranges (Docs API: documents.get).

POST

Create Document

Create a blank document; only title is honored, other content is ignored (Docs API: documents.create). Response carries documentId.

POST

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, ...).

Automations using Google Docs

Build your own automation with Google Docs in the visual builder.

Frequently asked questions

What can I automate with Google Docs?

7 actions are available — for example: Get Document, Create Document, Batch Update, List Documents, Get File Metadata, and more.

Which Google Docs events can start a workflow?

1 triggers — for example: New or updated document.

Can Google Docs be used as an AI agent tool?

Yes. Every Google Docs action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Google Docs integration modelled?

Google Docs is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.