Docs

Google integration · 6 node(s).

00Overview

Google Docs document operations

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Docs

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Append

Append to Document

google/docs/append_text · Action

Append text to the end of a Google Docs document

FieldTypeDetails
Document IDstringRequired
Text to AppendtextRequired
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, success, error

03Create

Create Document

google/docs/create · Action

Create a new Google Docs document

FieldTypeDetails
TitlestringRequiredMy Document
Initial Contenttext
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, document_id, document_url, success, error

04Get

Get Document Metadata

google/docs/get_metadata · Action

Get metadata for a Google Docs document

FieldTypeDetails
Document IDstringRequired
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, title, revision_id, document, success, error

05Insert

Insert Image in Document

google/docs/insert_image · Action

Insert an image into a Google Docs document

FieldTypeDetails
Document IDstringRequired
Image URLstringRequired
Width (points)integer400
Height (points)integer300
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, success, error

06Read

Read Document

google/docs/read · Action

Read the content of a Google Docs document

FieldTypeDetails
Document IDstringRequired
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, content, title, document, success, error

07Replace

Replace Text in Document

google/docs/replace_text · Action

Find and replace text in a Google Docs document

FieldTypeDetails
Document IDstringRequired
Find TextstringRequired
Replace WithstringRequired
Match Caseboolean
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, occurrences_replaced, success, error

08Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.