This action will create a link card in notebook
- API endpoint slug
- notebook_cn.create_link_card
- Filter code method
- NotebookCn.createLinkCard.skip(string?: reason)
- Runtime method
- runAction("notebook_cn.create_link_card", {})
Action fields
- Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
- Label
- Notecard Name
- Slug
- notecard_name
- Required
- true
- Can have default value
- true
- Filter code method
- NotebookCn.createLinkCard.setNotecardName(string: notecardName)
- Label
- LINK URL
- Slug
- link_url
- Required
- true
- Can have default value
- true
- Filter code method
- NotebookCn.createLinkCard.setLinkUrl(string: linkUrl)
- Label
- Tags
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- NotebookCn.createLinkCard.setTags(string: tags)