This action will create an image notecard in notebook
- API endpoint slug
- notebook.create_image_card
- Filter code method
- Notebook.createImageCard.skip(string?: reason)
- Runtime method
- runAction("notebook.create_image_card", {})
Action fields
- Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
- Label
- Notecard Name
- Slug
- notecard_name
- Required
- false
- Can have default value
- true
- Filter code method
- Notebook.createImageCard.setNotecardName(string: notecardName)
- Label
- IMAGE URL
- Slug
- image_url
- Required
- true
- Can have default value
- true
- Filter code method
- Notebook.createImageCard.setImageUrl(string: imageUrl)
- Label
- TAGS
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Notebook.createImageCard.setTags(string: tags)