Skip to main content
Base Node Google Docs Create node inspector modal

Parameters

Title
string
default:"Untitled document"
required
Title for the new Google Docs file. This is ignored when Document ID is set.
Text
string
required
Plain text to append to the target document body. Leave empty to create a blank document or fetch an existing one without changes.
Document ID
string
Optional Google Docs document ID to append to instead of creating a new document.

Credentials

Google OAuth Credential
Google OAuth Credential
required
Select a Google OAuth Credential with the Google Docs scopes needed by this node.

Inputs

Input
any
Inputs are ignored; the input port is only for graph connectivity.

Outputs

Output
json
A JSON object describing the target document.
FieldDescription
document_idGoogle Docs document ID.
titleFinal title reported for the document.
document_urlEditable Google Docs URL for the target file.
inserted_text_lengthNumber of characters appended from Text.