Tool
Create document
Google Docs Create Document API allows users to programmatically create new documents with a specified title and content directly in their Google Drive. It simplifies document creation by integrating seamlessly with automated workflows and applications.
Features
- Create new Google Docs documents with a custom title.
- Add static text or dynamic content from previous workflow steps.
- Specify the folder location within Google Drive for organized storage.
- Integration with Pipedream for seamless API automation.
- Comprehensive documentation and reference for easy implementation.
Benefits
- Automates document creation saving time and effort.
- Enhances productivity by integrating document generation into workflows.
- Ensures organized document management by specifying Drive folders.
- Supports dynamic content insertion for customized documents.
- Reduces manual errors and improves consistency across documents.
Description
Create a new document. See the documentation
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| titlerequired | string | Title of the new document |
| text | string | Enter static text (e.g., |
| folderId | string | The folder in the drive |