This action will add a private bookmark to your linkhut account.
- API endpoint slug
- linkhut.add_private_link
- Filter code method
- Linkhut.addPrivateLink.skip(string?: reason)
- Runtime method
- runAction("linkhut.add_private_link", {})
Action fields
- Label
- URL
- Helper text
- The URL to bookmark
- Slug
- url
- Required
- true
- Can have default value
- true
- Filter code method
- Linkhut.addPrivateLink.setUrl(string: url)
- Label
- Tags
- Helper text
- Tags to associate with the bookmark (separated by commas).
- Slug
- tags
- Required
- true
- Can have default value
- true
- Filter code method
- Linkhut.addPrivateLink.setTags(string: tags)
- Label
- Notes
- Helper text
- The notes to associate with the bookmark (usually a description of what the bookmark is about).
- Slug
- notes
- Required
- true
- Can have default value
- true
- Filter code method
- Linkhut.addPrivateLink.setNotes(string: notes)
- Label
- Title
- Helper text
- The bookmark title, usually the page title at that URL.
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Linkhut.addPrivateLink.setTitle(string: title)