This action will add a public bookmark to your linkhut account.
- API endpoint slug
- linkhut.add_public_link
- Filter code method
- Linkhut.addPublicLink.skip(string?: reason)
- Runtime method
- runAction("linkhut.add_public_link", {})
Action fields
- Label
- URL
- Helper text
- The URL to bookmark
- Slug
- url
- Required
- true
- Can have default value
- true
- Filter code method
- Linkhut.addPublicLink.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.addPublicLink.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.addPublicLink.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.addPublicLink.setTitle(string: title)