Lifestyle

Inoreader

15min

The Inoreader modules allow you to watch, create, update, list, and delete the articles, and subscriptions in your Inoreader account.

Get Started with Inoreader

Prerequisites

  • An Inoreader account

In order to use Inoreader with Make, it is necessary to have an Inoreader account. You can create an Inoreader account at inoreader.com.

Connect Inoreader to Make

1. Go to Make and open the Inoreader module's Create a connection dialog.

2. Enter your Inoreader account's credentials and confirm access by clicking the Authorize button.

The connection has been established.

Articles

Watch Articles

Triggers when a specified type of article is published.

Required Permissions: read

Field

Description

Connection

Establish a connection to your Inoreader account.

Type of Articles

Select the article type you want to watch:

  • Feed
  • Tag
  • Folder
  • Read
  • Starred
  • Broadcasted
  • Likes
  • Saved Web Pages

Feed ID

Select the Feed ID whose articles you want to watch.

Tag ID

Select the Tag ID to watch the articles published with the specified tag.

Folder ID

Select the Folder ID whose articles you want to watch.

Limit

Set the maximum number of articles Make should return during one Make execution cycle.

List Articles

Returns a list of articles.

Required Permissions: read

Field

Description

Connection

Establish a connection to your Inoreader account.

Type of Articles

Select the article type you want to watch:

  • Feed
  • Tag
  • Folder
  • Read
  • Starred
  • Broadcasted
  • Likes
  • Saved Web Pages

Feed ID

Select the Feed ID whose articles you want to watch.

Tag ID

Select the Tag ID to watch the articles published with the specified tag.

Folder ID

Select the Folder ID whose articles you want to watch.

Limit

Set the maximum number of articles Make should return during one Make execution cycle.

Assign a Tag

Assign's a tag to one or several articles.

Required Permissions: read, write

Field

Description

Connection

Establish a connection to your Inoreader account.

Article ID

Add the Article IDs to which you want to assign the tag.

Feed ID

Select the Feed ID whose articles you want to watch.

Tag ID

Select the Tag ID to watch the articles published with the specified tag. For example, Broadcast article.

Save a Web Page

Saves a web page by its URL.

Required Permissions: read, write

Field

Description

Connection

Establish a connection to your Inoreader account.

URL

Enter the URL address of the web page you want to save.

Tag

Select the tag for the web page.

RSS Feeds

Watch Subscriptions

Triggers when a new subscription is added.

Required Permissions: read

Field

Description

Connection

Establish a connection to your Inoreader account.

Limit

Set the maximum number of subscriptions Make should return during one Make execution cycle.

Add a Subscription

Adds a subscription to an RSS feed by its URL.

Required Permissions: read, write

Field

Description

Connection

Establish a connection to your Inoreader account.

URL

Enter the URL address of the RSS feed to which you want to add a subscription.

Title

Enter a name for the subscription.

Folder

Select the folder to which you want to add this URL address. For example, Products.

List Subscriptions

Returns a list of all subscriptions.

Required Permissions: read

Field

Description

Connection

Establish a connection to your Inoreader account.

Limit

Set the maximum number of subscriptions Make should return during one Make execution cycle.

Other

Watch Webhook Triggers

Triggers when a Trigger Webhook rules are processed.

Required Permissions: read

Only available with Inoreader Pro Plan.

1. Open the Watch Webhook Trigger module, establish a connection, click Save, and copy the URL address to your clipboard.

Field

Description

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Inoreader account.

2. Login to your Inoreader account. Click Your Profile Icon > Preferences > Rules, Filter, Highlighters > New Rule. Enter a name for the rule, select the events for which you want to receive triggers, select Trigger Webhook, and click Save.

Document image


You have successfully enabled the webhook.

Make an API Call

Performs an arbitrary authorized AP Call.

Required Permissions: read, write

Field

Description

Connection

Establish a connection to your Inoreader account.

URL

Enter a path relative to https://inoreader.com/reader/api. For example: /0/users-info

Method

Select the HTTP method you want to use: GET: to retrieve information for an entry. POST: to create a new entry. PUT: to update/replace an existing entry. PATCH: to make a partial entry update. DELETE: to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use - List Subscriptions

The following API call returns all the subscriptions from your Inoreader account:

URL: /0/subscription/list

Method: GET

Document image


Matches of the search can be found in the module's Output under Bundle > Body > subscriptions. In our example, 5 subscriptions were returned:

Document image