Skip to main content

Cyware Orchestrate

RSS

App Vendor: RSS

App Category: Data Enrichment & Threat Intelligence

Connector Version: 1.0.0

API Version: V1

About App

This app integrates with RSS, a web feed that allows users and applications to access the latest content on websites.

The RSS app is configured with Orchestrate to perform the following actions:

Action Name

Description

Create a Feed

This action creates an RSS feed.

Get List of Feeds

This action retrieves a list of user feeds.

Configuration Parameters

The following configuration parameters are required for the RSS app to communicate with the RSS enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

Base URL

Enter the base URL.

Example:

"http(s)://fetchrss.com"

Text

Required

Auth Key

Enter the API authorization key.

Password

Required

Action: Create a Feed

This action creates an RSS feed.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Target URL

Enter the target URL.

Example:

"https://www.youtube.com/c/soar"

Text

Required

Title

Enter the feed title.

Example:

"Soar in Cybersecurity"

Text

Optional

Description

Enter the feed description.

Example:

"SOAR recently uploaded videos"

Text

Optional

Items Per RSS

Enter a limit for the number of posts in the RSS file.

Example:

2

Integer

Optional

Allowed values:

1-5

Extra Parameters

Enter the extra parameters.

Key Value

Optional

Allowed key:

provider

For more information on extra parameters, see Extra Parameters

Example Request

[ 
   { 
     "title":"soar",     
     "tar_url":"https://www.youtube.com/c/soar"   
   }
]
Action: Get List of Feeds

This action retrieves a list of user feeds.

Action Input Parameters 

This action does not require an action input parameter.