About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- 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
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)