Explore Plans
Mobile menu Close menu
RSS GroundRSS Ground

Add a new item to personal feed

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 ID Dropdown list

Label
Select a personal feed
Helper text
If you don't see any, click here 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)
Slug
description
Required
false
Can have default value
true
Filter code method
Rssground.feedItemNew.setDescription(string: description)

Image URL Text input > Photo

Label
Image URL
Helper text
This is added to media:content tag of your personal feed's item (optional)
Slug
image_url
Required
false
Can have default value
true
Filter code method
Rssground.feedItemNew.setImageUrl(string: imageUrl)