Email new Zoho Notebook note to yourself
This trigger fires whenever a user creates a new Text notecard in a specific notebook
Developer info
- API endpoint slug
- notebook_in.new_text_notecard_in_notebook
Trigger fields
Notebook name Dropdown list
- Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
Ingredients
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- NotebookIn.newTextNotecardInNotebook.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Notecard name Name of the Notecard
- Slug
- notecard_name
- Filter code
- NotebookIn.newTextNotecardInNotebook.NotecardName
- Type
- String
- Example
- Test Untitled
Tags Tags for this Notecard
- Slug
- tags
- Filter code
- NotebookIn.newTextNotecardInNotebook.Tags
- Type
- String
- Example
- test,testing
Notecard html content Content of notecard if present
- Slug
- notecard_html_content
- Filter code
- NotebookIn.newTextNotecardInNotebook.NotecardHtmlContent
- Type
- String
- Example
- <div> Test </div>