Close menu
Explore Plans
Mobile menu Close menu
Lnk.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 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.setGroup(string: group_id)

Schedule from Text input > Other

Label
Schedule From
Helper text
Choose an optional start date for this link. It won't be visible before that. Must be RFC3339.
Slug
schedule_from
Required
false
Can have default value
true
Filter code method
Lnkbio.lnkAdd.setSchedule From(string: schedule_from)

Schedule to Text input > Other

Label
Schedule To
Helper text
Choose an optional end date for this link. It won't be visible after that. Must be RFC3339.
Slug
schedule_to
Required
false
Can have default value
true
Filter code method
Lnkbio.lnkAdd.setSchedule To(string: schedule_to)