This action will save the liked post to Kurator.
- API endpoint slug
- kurator.new_like
- Filter code method
- Kurator.newLike.skip(string?: reason)
- Runtime method
- runAction("kurator.new_like", {})
Action fields
- Label
- Post URL
- Helper text
- This is the URL for the post you liked.
- Slug
- url
- Required
- true
- Can have default value
- true
- Filter code method
- Kurator.newLike.setUrl(string: url)
- Label
- Post Title
- Helper text
- The title of the post you liked. You can edit this in Kurator.
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Kurator.newLike.setTitle(string: title)
- Label
- Publish Date
- Helper text
- This is the date for the post you saved to Kurator.
- Slug
- created_at
- Required
- true
- Can have default value
- true
- Filter code method
- Kurator.newLike.setCreatedAt(string: createdAt)
- Label
- Folder Name
- Helper text
- The name of the folder where the post will be stored inside Kurator.
- Slug
- folder_name
- Required
- true
- Can have default value
- true
- Filter code method
- Kurator.newLike.setFolderName(string: folderName)
- Label
- Description
- Helper text
- This is the text in the description field of the post you saved
- Slug
- description
- Required
- true
- Can have default value
- true
- Filter code method
- Kurator.newLike.setDescription(string: description)
- Label
- Publisher
- Helper text
- This is the name of the platform (i.e YouTube). You can edit this field in Kurator.
- Slug
- publisher
- Required
- false
- Can have default value
- true
- Filter code method
- Kurator.newLike.setPublisher(string: publisher)
- Label
- Tag
- Helper text
- By default these tags include IFTTT and the name of the service (i.e. YouTube).
- Slug
- tag
- Required
- true
- Can have default value
- true
- Filter code method
- Kurator.newLike.setTag(string: tag)
- Label
- Author
- Helper text
- Placeholder for the Author of the post. Added by default for some platforms. You can edit this field in Kurator.
- Slug
- author
- Required
- false
- Can have default value
- true
- Filter code method
- Kurator.newLike.setAuthor(string: author)
- Label
- Image
- Helper text
- Image url for the post. You can edit this field in Kurator
- Slug
- image
- Required
- false
- Can have default value
- true
- Filter code method
- Kurator.newLike.setImage(string: image)