Automate Reddit
Explore Plans
Mobile menu Close menu
Zoho Notebook (Japan)Zoho Notebook (Japan)

Create Notecard With HTML Content

This action will create a notecard with HTML content

About this action

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 action will create a notecard with HTML content
API endpoint slug
notebook_jp.create_notecard_with_html
Filter code method
NotebookJp.createNotecardWithHtml.skip(string?: reason)
Runtime method
runAction("notebook_jp.create_notecard_with_html", {})

Action fields

Notebook name Dropdown list

Label
Select Notebook
Slug
notebook_name
Required
true
Can have default value
false

Note content Text input > Other

Label
HTML Content
Slug
note_content
Required
true
Can have default value
true
Filter code method
NotebookJp.createNotecardWithHtml.setNoteContent(string: noteContent)

Notecard name Text input > Long text

Label
Notecard Name
Slug
notecard_name
Required
true
Can have default value
true
Filter code method
NotebookJp.createNotecardWithHtml.setNotecardName(string: notecardName)

Tags Text input > Long text

Label
Tags
Slug
tags
Required
false
Can have default value
true
Filter code method
NotebookJp.createNotecardWithHtml.setTags(string: tags)