Explore Plans
Mobile menu Close menu
Zoho Notebook (Japan)

Add Text Note

This action will create a Text notecard in notebook

Developer info

API endpoint slug
notebook_jp.add_text
Filter code method
NotebookJp.addText.skip(string?: reason)
Runtime method
runAction("notebook_jp.add_text", {})

Action fields

Notebook name Dropdown list

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

Note content Text input > Long text

Label
NoteContent
Slug
note_content
Required
true
Can have default value
true
Filter code method
NotebookJp.addText.setNote Content(string: note_content)

Notecard name Text input > Long text

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

Tags Text input > Long text

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