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

Docs signs in with a Google account you connect to Flomation — there is no API key or secret to paste. Connect the account once and every Docs node picks it up automatically. Two optional fields let you steer it:

FieldTypeDetails
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}
i
Connect the Google account to your Flomation user once — the same grant covers every Google node, so you do not repeat it per flow. The optional Google OAuth Credential field never shows a token: it references a managed credential (e.g. ${credentials.GOOGLE_DRIVE}), not an environment secret. Leave both fields blank and the node just uses your connected account.

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

Returns: tool_result, success, error

03Create

Create Document

google/docs/create · Action

Create a new Google Docs document

FieldTypeDetails
TitlestringRequiredMy Document
Initial Contenttext

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

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

Returns: tool_result, success, error

06Read

Read Document

google/docs/read · Action

Read the content of a Google Docs document

FieldTypeDetails
Document IDstringRequired

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

Returns: tool_result, occurrences_replaced, success, error

08Notes & Limitations

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