App Vendor: Feedly
App Category: IT Services
Connector Version: 1.0.0
API Version: 1.0.0
The Feedly app allows you to access and manage Feedly feeds.
The Feedly app is configured with Orchestrate to perform the following actions:
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.
Action: Get Alert Details
This action retrieves the details of an alert.
Action Input Parameters
Example Request
[
{
"alert_id": "6de1f8c5-1f26-44de-bd7f-9d68b92b35b3"
}
]
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
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
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
Example Request
[
{
"stream_id": "feed/http://daringfireball.net/index.xml"
}
]
This action searches all the Feedly feeds, stream content, entities, and topics.
Action Input Parameters
Example Request
[
{
"query": "fireball",
"limit": 30,
"locale": "en_us"
}
]