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

Create Link Card

This action will create a link card 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 a link card in notebook
API endpoint slug
notebook_eu.create_link_card
Filter code method
NotebookEu.createLinkCard.skip(string?: reason)
Runtime method
runAction("notebook_eu.create_link_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
NotebookEu.createLinkCard.setNotecardName(string: notecardName)

Link URL Text input > Link

Label
LINK URL
Slug
link_url
Required
true
Can have default value
true
Filter code method
NotebookEu.createLinkCard.setLinkUrl(string: linkUrl)

Tags Text input > Long text

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