Group Location
Explore Plans
Mobile menu Close menu
Google DocsGoogle Docs

Create a document

This action will create a new Google document at the path you specify.

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 create a new Google document at the path you specify.
API endpoint slug
google_docs.create_google_doc
Filter code method
GoogleDocs.createGoogleDoc.skip(string?: reason)
Runtime method
runAction("google_docs.create_google_doc", {})

Action fields

Filename Text input > File name

Label
Document name
Helper text
No file extension needed
Slug
filename
Required
true
Can have default value
true
Filter code method
GoogleDocs.createGoogleDoc.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.createGoogleDoc.setBody(string: body)

Path Text input > Path to a folder

Label
Drive folder path
Helper text
Format: folders separated by "/" like "Documents/Photos/Receipts" (defaults to “IFTTT”)
Slug
path
Required
false
Can have default value
true
Filter code method
GoogleDocs.createGoogleDoc.setPath(string: path)