Explore Plans
Mobile menu Close menu
linkhutlinkhut

Add a public bookmark

This action will add a public bookmark to your linkhut account.

Developer info

API endpoint slug
linkhut.add_public_link
Filter code method
Linkhut.addPublicLink.skip(string?: reason)
Runtime method
runAction("linkhut.add_public_link", {})

Action fields

URL Text input > Link

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)

Tags Text input > Tags

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)

Notes Text input > Long text

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)

Title Text input > Short text

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)