Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Inserts a new text segment at the end of a Google document.

Basic Parameters

ParameterDescription
Document IDThe ID of the document to update.
TextThe text to add at the end of the document’s body.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
	"replies": [
		{}
	],
	"writeControl": {
		"requiredRevisionId": "<string>"
	},
	"documentId": "<string>"
}

Workflow Library Example

Append Text to Document Body with Google Docs and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop