Skip to main content

Cyware Orchestrate

Feedly

App Vendor: Feedly

App Category: IT Services

Connector Version: 1.0.0

API Version: 1.0.0

About App

The Feedly app allows you to access and manage Feedly feeds.

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

Action Name

Description

Get Alert Details

This action retrieves the details of an alert.

Get Alerts

This action retrieves all the alerts.

Get Enterprise Info

This action retrieves information about your enterprise.

Get Enterprise IOCs

This action retrieves the enterprise IOCs.

Get Entry Content

This action retrieves the content of an entry.

Get Stream Contents

This action retrieves the content of a stream.

Search

This action searches all Feedly feeds, stream content, entities, and topics.

Configuration Parameters

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

Parameter

Description

Field Type

Required/Optional

Comments

API Token

Enter the API key to connect to a Feedly instance.

Text

Required

Action: Get Alert Details

This action retrieves the details of an alert.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Alert ID

Enter the Feedly alert ID to retrieve alert details.

Example:

"6de1f8c5-1f26-44de-bd7f-9d68b92b35b3"

Text

Required

You can retrieve the Alert ID using the action Get Alerts.

Example Request

[
    {
        "alert_id": "6de1f8c5-1f26-44de-bd7f-9d68b92b35b3"
    }
]
Action: Get Alerts

This action retrieves all the alerts.

Action Input Parameters

This action does not require any input parameter.

Action: Get Enterprise Info

This action retrieves information about your enterprise.

Action Input Parameters

This action does not require any input parameter.

Action: Get Enterprise IOCs

This action retrieves the enterprise IOCs.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Stream ID

Enter the stream ID to retrieve enterprise IOCs.

Example:

"feed/https://feedly.com/f/alert/69d33173-b4e8-4838-bf4a-3b84ba09fcad"

Text

Required

You can retrieve the Stream ID using the action Get Entry Content.

Newer Than

Enter a time (in epoch format) after which you need to retrieve the alerts.

Example:

664824960

Integer

Optional

Count

Enter the maximum number of alerts to retrieve.

Example:

50

Integer

Optional

Default value:

100

Example Request

[
    {
        "count": "50",
        "stream_id": "feed/https://feedly.com/f/alert/69d33173-b4e8-4838-bf4a-3b84ba09fcad",
        "newer_than": "1638559522"
    }
]
Action: Get Entry Content

This action retrieves the content of an entry.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Entry ID

Enter the ID of an entry to retrieve its content.

Example: "xne8uw/iuizhv1euo2zmzirc2ak6nlhgjboz+yk0rj8=_1523699cbb3:2aa0463:e47a7aef"

Text

Required

You can retrieve a search ID using the search action.

Example Request

[
    {
        "entry_id": "xne8uw/iuizhv1euo2zmzirc2ak6nlhgjboz+yk0rj8=_1523699cbb3:2aa0463:e47a7aef"
    }
]
Action: Get Stream Contents

This action retrieves the content of a stream.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Stream ID

Enter the ID of the stream to retrieve its content.

Example: "feed/http://daringfireball.net/index.xml"

Text

Required

You can retrieve the Stream ID using the action Get Entry Content.

Example Request

[
    {
        "stream_id": "feed/http://daringfireball.net/index.xml"
    }
]