AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
ShopYourWayShopYourWay

Add item to your feed

This Action will add a new item to your ShopYourWay feed.

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 your ShopYourWay feed.
API endpoint slug
shopyourway.AddToFeed
Filter code method
Shopyourway.addToFeed.skip(string?: reason)
Runtime method
runAction("shopyourway.AddToFeed", {})

Action fields

Source link Text input > Link

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

Content Text input > Short text

Label
Item Description
Slug
content
Required
false
Can have default value
true
Filter code method
Shopyourway.addToFeed.setContent(string: content)

Title Text input > Title

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

Image Text input > Photo

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