This action will create a notecard with HTML content
- API endpoint slug
- notebook.create_notecard_with_html
- Filter code method
- Notebook.createNotecardWithHtml.skip(string?: reason)
- Runtime method
- runAction("notebook.create_notecard_with_html", {})
Action fields
- Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
- Label
- HTML Content
- Slug
- note_content
- Required
- true
- Can have default value
- true
- Filter code method
- Notebook.createNotecardWithHtml.setNoteContent(string: noteContent)
- Label
- Notecard Name
- Slug
- notecard_name
- Required
- false
- Can have default value
- true
- Filter code method
- Notebook.createNotecardWithHtml.setNotecardName(string: notecardName)
- Label
- Tags
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Notebook.createNotecardWithHtml.setTags(string: tags)