Google Docs
Use Google Docs to create, edit and collaborate on online documents.
Start freeCategory
Works with
AI Compatible
Tools
Append Image to Document
Appends an image to the end of a document. See the documentation Return only the translated text without explanations.
Append Text
Append text to an existing document. See the documentation Return only the translated text without explanations.
Create a New Document
Create a new document. See the documentation Return only the translated text without explanations.
Create New Document From Template
Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. See documentation Return only the translated text without explanations.
Export Document
Export (download) a Google Doc to a file in PDF, DOCX, TXT, HTML, or ODT format. Use **Find Document** to resolve a document's name to its ID. The file is written to the workflow's temporary storage and a presigned download URL is returned to the caller. Returns {filePath, filename, mimeType}. See the documentation
Find Document
Search for a specific file by name. See the documentation for more information
Get Document
Get the contents of the latest version of a document. See the documentation
Get Profile
Get the identity (display name and email) of the currently authenticated Google account. Use this to answer "who am I" questions and to attribute documents to the current user. Resolves via the Drive about.get endpoint (no extra OAuth scope required). See the documentation
Get Tab Content
Get the content of a tab in a document. See the documentation Return only the translated text without explanations.
Insert Image
Insert an inline image into a Google Doc from a publicly reachable image URL. The URL must be publicly accessible (Google fetches it server-side) and point to a PNG, JPEG, or GIF. Use **Find Document** to resolve a document's name to its ID. See the documentation
Insert Page Break
Insert a page break into a document. See the documentation Return only the translated text without explanations.
Insert Table
Insert a table into a document. See the documentation Return only the translated text without explanations.
Insert Text
Insert text into a document. See the documentation Return only the translated text without explanations.
Replace Image
Replace an image in an existing document. See the documentation
Replace Text
Replace all instances of matched text in an existing document. Supports Markdown formatting in the replacement text. See the documentation Return only the translated text without explanations.