AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
ShopYourWayShopYourWay

Add item to a specific catalog

This Action will add a new item to a ShopYourWay catalog you specify.

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 add a new item to a ShopYourWay catalog you specify.
API endpoint slug
shopyourway.AddToCatalog
Filter code method
Shopyourway.addToCatalog.skip(string?: reason)
Runtime method
runAction("shopyourway.AddToCatalog", {})

Action fields

Catalog name Dropdown list

Label
Which catalog?
Helper text
Create and manage catalogs on ShopYourWay
Slug
catalog_name
Required
true
Can have default value
false

Source link Text input > Link

Label
Item Source URL
Slug
source_link
Required
true
Can have default value
true
Filter code method
Shopyourway.addToCatalog.setSourceLink(string: sourceLink)

Title Text input > Title

Label
Item Title
Slug
Title
Required
true
Can have default value
true
Filter code method
Shopyourway.addToCatalog.setTitle(string: title)

Image Text input > Photo

Label
Item Image URL
Slug
Image
Required
true
Can have default value
true
Filter code method
Shopyourway.addToCatalog.setImage(string: image)