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.
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. |
Google Docs Interaction
block is ideal for any task where automating document creation or updates leads to increased efficiency and accuracy!