Add Google Docs to your lifestyle analytics with Welltory
This trigger fires when a new document is added to a Google Drive folder. Note: only works for docs created after the Applet is turned on.
Developer info
- API endpoint slug
- google_docs.new_document
Trigger fields
Path Text input > Other
- Label
- Drive folder path
- Helper text
- Use '/' to separate folders, e.g., 'Documents/Photos/Receipts'. Detailed guide <a href="https://ift.tt/drivefolderpath" target="_blank">here</a>
- Slug
- path
- Required
- true
- Can have default value
- true
Ingredients
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- GoogleDocs.newDocument.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Document url URL to the document on Google Docs.
- Slug
- document_url
- Filter code
- GoogleDocs.newDocument.DocumentUrl
- Type
- Web URL
- Example
- https://docs.google.com/document/d/1rjj18j2QxgXqS_ylk22j0_htn_UQ4kT-dlVGi8rsQd8/edit
Name The name of the document.
- Slug
- name
- Filter code
- GoogleDocs.newDocument.Name
- Type
- String
- Example
- Poems
Path Path of the folder containing the new document.
- Slug
- path
- Filter code
- GoogleDocs.newDocument.Path
- Type
- String
- Example
- /IFTTT/Memos
Body Plaintext body of the document.
- Slug
- body
- Filter code
- GoogleDocs.newDocument.Body
- Type
- String
- Example
- Great weather conditions in the Bay Area
Body html HTML version of the contents.
- Slug
- body_html
- Filter code
- GoogleDocs.newDocument.BodyHtml
- Type
- String
- Example
- <body><p>Great weather conditions in the Bay area</p></body>