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.
Text
string
required
Plain text to append to the document body after creation. Leave empty to create a blank 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 created document.
FieldDescription
document_idGoogle Docs document ID.
titleFinal title reported for the document.
document_urlEditable Google Docs URL for the created file.
inserted_text_lengthNumber of characters appended from Text.