Inoreader
Inoreader is a content reader built for power users. Use Inoreader to subscribe to feeds, read articles or catalogue them for viewing later.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.inoreader.com/ |
Privacy policy | https://www.inoreader.com/privacy_policy |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Frequency of trigger polls | 1 | 15 seconds |
Actions
Add a subscription to a folder |
Add a subscription to a specific folder. |
Add subscription |
Add a new subscription. |
Delete tag |
Delete a tag from the account. |
Edit subscription |
Edit the information for a specific subscription. |
Get number of unread items |
Get the number of unread items across all streams. |
Get number of unread items in a stream |
Get the number of unread items for a specific stream. |
Remove a subscription from a folder |
Remove a subscription from a specific folder. |
Stream contents |
Lists the articles for a given collection. |
Unsubscribe subscription |
Unsubscribe from a subscription. |
Add a subscription to a folder
Add a subscription to a specific folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Folder Id
|
tagId | True | string |
The id of the folder |
Returns
Add subscription
Add a new subscription.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Feed Id
|
quickadd | string |
ID of the stream to add, , e.g. feed/http://feeds.arstechnica.com/arstechnica/science |
Returns
Delete tag
Delete a tag from the account.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Tag Id
|
tagId | True | string |
The full tag name, like user/-/label/Tech |
Returns
Edit subscription
Edit the information for a specific subscription.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Title
|
t | True | string |
The title of the subscription. |
Returns
Get number of unread items
Get number of unread items in a stream
Get the number of unread items for a specific stream.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Returns
- Body
- UnreadCount
Remove a subscription from a folder
Remove a subscription from a specific folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Folder Id
|
tagId | True | string |
The id of the folder |
Returns
Stream contents
Lists the articles for a given collection.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Number of items
|
n | integer |
Number of items to return (default 20, max 1000). |
Returns
- Items
- StreamContentsResponse
Unsubscribe subscription
Unsubscribe from a subscription.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Returns
Triggers
When a new subscription is added |
Triggers when a new subscription is added to your account. |
When unread count reaches a target |
Triggers when the number of unread items for a subscription reaches or exceeds the target value. |
When a new subscription is added
When unread count reaches a target
Triggers when the number of unread items for a subscription reaches or exceeds the target value.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subscription Id
|
streamId | True | string |
The id of the subscription |
Target Count
|
target | True | integer |
The target number of unread items. |
Returns
- Body
- UnreadCount
Definitions
StreamContentsResponse
Name | Path | Type | Description |
---|---|---|---|
Author
|
author | string | |
Article URL
|
url | string | |
Article Id
|
id | string | |
Published Date-Time
|
published | string |
yyyy-MM-ddTHH:mm:ss.fffZ |
Content
|
summary.content | string | |
Direction
|
summary.direction | string | |
Newest Item Timestamp
|
timestamp | date-time |
A timestamp of the newest item. |
Title
|
title | string | |
Updated Date-Time
|
updated | string |
yyyy-MM-ddTHH:mm:ss.fffZ |
AddSubscriptionResponse
Name | Path | Type | Description |
---|---|---|---|
Success
|
numResults | boolean |
Whether adding the subscription was successful. |
Stream Id
|
streamId | string |
The Id of the stream. |
Stream Name
|
streamName | string |
The name of the stream. |
UnreadCount
Name | Path | Type | Description |
---|---|---|---|
Count
|
count |
The count of unread items. |
|
Newest Item Timestamp
|
timestamp | date-time |
A timestamp of the newest item. |
Subscription
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
The feed identifier. |
Title
|
title | string |
The title of the feed. |
categories
|
categories | array of object | |
Id
|
categories.id | string |
The identifier of the category. |
Label
|
categories.label | string |
The label of the category. |
First Item Timestamp
|
timestamp | date-time |
A timestamp of the first item in the feed. |
URL
|
url | string |
Actual XML URL of the feed. |
HTML URL
|
htmlUrl | string |
The link to the feed website. |
Icon URL
|
iconUrl | string |
The feed favicon in 16x16 pixels. |