Group Location
Explore Plans
Mobile menu Close menu
Kurator by Optimal AccessKurator by Optimal Access

New like

This action will save the liked post to Kurator.

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
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

URL Text input > Link

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)

Title Text input > Long text

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)

Created at Text input > ISO 8601 date and time

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)

Folder name Dropdown list

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)

Description Text input > Long text

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)

Publisher Text input > Other

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)

Tag Text input > Tags

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)

Author Text input > Other

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)

Image Text input > Link

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)