Save new RSS feed items to Zoho Notebook link cards
This action will create a link card in notebook
Developer info
- 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: notecard_name)
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: link_url)
Tags Text input > Long text
- Label
- TAGS
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- NotebookEu.createLinkCard.setTags(string: tags)