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 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 matches of the search can be found in the module's output under bundle > body > subscriptions in our example, 5 subscriptions were returned