This trigger fires whenever a user creates a new Text notecard in a specific notebook
- API endpoint slug
- notebook.new_text_notecard_in_notebook
Trigger fields
- Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- created_at
- Filter code
- Notebook.newTextNotecardInNotebook.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- notecard_name
- Filter code
- Notebook.newTextNotecardInNotebook.NotecardName
- Type
- String
- Example
- Test Untitled
- Slug
- notecard_html_content
- Filter code
- Notebook.newTextNotecardInNotebook.NotecardHtmlContent
- Type
- String
- Example
- <div> Test </div>
- Slug
- tags
- Filter code
- Notebook.newTextNotecardInNotebook.Tags
- Type
- String
- Example
- test,testing