This action is designed to take inputs and convert them into a post inside the associated collection
- API endpoint slug
- nuelink.add_post
- Filter code method
- Nuelink.addPost.skip(string?: reason)
- Runtime method
- runAction("nuelink.add_post", {})
Action fields
- Label
- Caption
- Helper text
- the post caption
- Slug
- caption
- Required
- true
- Can have default value
- true
- Filter code method
- Nuelink.addPost.setCaption(string: caption)
- Label
- Media
- Helper text
- add an image or a video to the post
- Slug
- media
- Required
- false
- Can have default value
- true
- Filter code method
- Nuelink.addPost.setMedia(string: media)