AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Google DocsGoogle Docs

Append to a document

This action will append to a Google document as determined by the file name and folder path you specify. Once a file’s size reaches 2MB a new file will be created.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will append to a Google document as determined by the file name and folder path you specify. Once a file’s size reaches 2MB a new file will be created.
API endpoint slug
google_docs.append_to_google_doc
Filter code method
GoogleDocs.appendToGoogleDoc.skip(string?: reason)
Runtime method
runAction("google_docs.append_to_google_doc", {})

Action fields

Filename Text input > File name

Label
Document name
Helper text
Will create a new file if one with this title doesn’t exist
Slug
filename
Required
true
Can have default value
true
Filter code method
GoogleDocs.appendToGoogleDoc.setFilename(string: filename)

Body Text input > HTML

Label
Content
Helper text
some HTML ok
Slug
body
Required
true
Can have default value
true
Filter code method
GoogleDocs.appendToGoogleDoc.setBody(string: body)

Path Text input > Path to a folder

Label
Drive folder path
Helper text
Format: some/folder/path (defaults to “IFTTT”)
Slug
path
Required
false
Can have default value
true
Filter code method
GoogleDocs.appendToGoogleDoc.setPath(string: path)