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

History of documents added

This query returns a list of when new documents were added to a Google Drive folder.

About this query

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 query returns a list of when new documents were added to a Google Drive folder.
API endpoint slug
google_docs.history_of_documents_added
Runtime method
performQuery("google_docs.history_of_documents_added")

Query fields

Path Text input > Other

Label
Drive folder path
Helper text
Format: folders separated by "/" like "Documents/Photos/Receipts." If blank, will look for files added to "My Drive."
Slug
path
Required
true
Can have default value
true

Ingredients

Created atDate and time event was created.

Slug
created_at
Filter code
GoogleDocs.historyOfDocumentsAdded.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Document URLURL to the document on Google Docs.

Slug
document_url
Filter code
GoogleDocs.historyOfDocumentsAdded.DocumentUrl
Type
Web URL
Example
https://docs.google.com/document/d/1rjj18j2QxgXqS_ylk22j0_htn_UQ4kT-dlVGi8rsQd8/edit

NameThe name of the document.

Slug
name
Filter code
GoogleDocs.historyOfDocumentsAdded.Name
Type
String
Example
Poems

PathPath of the folder containing the new document.

Slug
path
Filter code
GoogleDocs.historyOfDocumentsAdded.Path
Type
String
Example
/IFTTT/Memos

BodyPlaintext body of the document.

Slug
body
Filter code
GoogleDocs.historyOfDocumentsAdded.Body
Type
String
Example
Great weather conditions in the Bay Area

Body HTMLHTML version of the contents.

Slug
body_html
Filter code
GoogleDocs.historyOfDocumentsAdded.BodyHtml
Type
String
Example
<body><p>Great weather conditions in the Bay area</p></body>