Explore Plans
Mobile menu Close menu
Lnk.BioLnk.Bio

Create Lnk

Create a new public Lnk in your profile

Developer info

API endpoint slug
lnkbio.lnk_add
Filter code method
Lnkbio.lnkAdd.skip(string?: reason)
Runtime method
runAction("lnkbio.lnk_add", {})

Action fields

Title Text input > Title

Label
Title
Helper text
Title of your Lnk
Slug
title
Required
true
Can have default value
true
Filter code method
Lnkbio.lnkAdd.setTitle(string: title)

Link Text input > Link

Label
Link
Helper text
Destination URL of your Lnk
Slug
link
Required
true
Can have default value
true
Filter code method
Lnkbio.lnkAdd.setLink(string: link)

Image Text input > Photo

Label
Image URL
Helper text
URL of the image for this Lnk
Slug
image
Required
false
Can have default value
true
Filter code method
Lnkbio.lnkAdd.setImage(string: image)

Group ID Text input > Other

Label
Group ID
Helper text
The ID of the Group where to save the Lnk
Slug
group_id
Required
false
Can have default value
true
Filter code method
Lnkbio.lnkAdd.setGroupId(string: groupId)