New services
Explore Plans
Mobile menu Close menu
Zoho Notebook (Japan)Zoho Notebook (Japan)

Create Image NoteCard

This action will create an image notecard in notebook

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 an image notecard in notebook
API endpoint slug
notebook_jp.create_image_card
Filter code method
NotebookJp.createImageCard.skip(string?: reason)
Runtime method
runAction("notebook_jp.create_image_card", {})

Action fields

Notebook name Dropdown list

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

Notecard name Text input > Long text

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

Image URL Text input > Link

Label
IMAGE URL
Slug
image_url
Required
true
Can have default value
true
Filter code method
NotebookJp.createImageCard.setImageUrl(string: imageUrl)

Tags Text input > Long text

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