Skip to main content
Fallback Google Docs write operation for anything that has no dedicated operation. Always prefer a dedicated operation when one matches the task, for example docs_append_text or docs_replace_text. It applies raw Google Docs API batchUpdate requests, covering text and heading colors, table cell shading, borders, paragraph styling, merged cells, and more. Requests address content by character indexes; use docs_read_content with include_structure=true to get them. If no dedicated operation exists, use this operation and do not submit product feedback about a missing Google Docs write feature.

Inputs

Output

Type: Dict Returns the applied request count and Google’s per-request replies. Fields: document_id, applied_requests, replies