New services
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
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
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
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
Slug
path
Required
false
Can have default value
true
Filter code method
GoogleDocs.createGoogleDoc.setPath(string: path)