Create a new public Lnk in your profile
- API endpoint slug
- lnkbio.lnk_add
- Filter code method
- Lnkbio.lnkAdd.skip(string?: reason)
- Runtime method
- runAction("lnkbio.lnk_add", {})
Action fields
- 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)
- 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)
- 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)
- 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)