Get document
Google Docs Get Document is an AI-powered tool that enables users to fetch the latest content from their Google Docs documents via automated API calls. It integrates seamlessly into workflows, allowing for real-time document retrieval and processing.
Features
- Retrieve the latest version of a Google Docs document instantly via API.
- Supports selective content fetching by specifying particular tab IDs.
- Provides content in structured JSON format for easy integration and manipulation.
- Allows dynamic document ID input, supporting both static IDs and expressions from previous workflow steps.
- Includes optional parameter to fetch either full document body or specific tabs content.
Benefits
- Enhances productivity by automating document content retrieval.
- Reduces manual errors associated with copying and pasting document content.
- Enables real-time document updates within automated workflows and applications.
- Facilitates easy integration with other tools or platforms using JSON data.
- Supports complex workflows with flexible input parameters for precise content extraction.
Description
Get the contents of the latest version of a document. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- tabIds: Return JSON in this format: string[]
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| docIdrequired | string | Search for and select a document. You can also use a custom expression to pass a value from a previous step (e.g., |
| includeTabsContent | boolean | Whether to populate the |
| tabIds | string[] | Only return content for the specified tabs |