This action will create a new item in one of your personal feeds in RSS Ground.
Developer info
API endpoint slug
rssground.feed_item_new
Filter code method
Rssground.feedItemNew.skip(string?: reason)
Runtime method
runAction("rssground.feed_item_new", {})
Action fields
Feed Dropdown list
Label
Select a personal feed
Helper text
If you don't see any, <a href="https://www.rssground.com/feeds/personal" target="_blank">click here</a> to create a new personal feed in your RSS Ground account
Slug
feed_id
Required
true
Can have default value
false
Title Text input > Title
Label
Item's Title
Helper text
This is a title of a new item in the personal feed
Slug
title
Required
true
Can have default value
true
Filter code method
Rssground.feedItemNew.setTitle(string: title)
Link Text input > Link
Label
Link
Helper text
This is a backlink to original content
Slug
link
Required
false
Can have default value
true
Filter code method
Rssground.feedItemNew.setLink(string: link)
Description Text input > HTML
Label
Item's Description
Helper text
This is a body of a new item in the personal feed (optional)