The Google Docs Interaction
block enables automated writing or updating of documents with specified content. It is designed to work seamlessly with Google Docs format, significantly enhancing efficiency in document creation and management.
To run this block, you will first need to authenticate your Google account with Keyflow. Navigate to your credentials page and connect your Google Docs using “Read & Write Google Docs.”
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | text_content | string | The specific text you wish to insert into the Google Document. |
input | use_existing_google_doc | boolean | Choose whether to write to an existing document instead of generating a new one. |
input | file_link_or_id (conditional) | string | This should contain the link or unique identifier of your Google Doc, only required if using an existing doc. |
output | doc_url | string | Provides the link to either the newly created or updated Google Document. |
Consider how this block can enhance productivity in various situations:
In summary, the Google Docs Interaction
block is ideal for any task where automating document creation or updates leads to increased efficiency and accuracy!