IFTTT
Connect FeedNest to IFTTT applets using the REST API via the Webhooks service.
REST API only
IFTTT does not support MCP. Use FeedNest’s REST API via IFTTT’s Webhooks service to make HTTP requests.
Setup with Webhooks service
- 1
Create a new Applet
Go to ifttt.com/create and choose your trigger (the “If This” part).
- 2
Add Webhooks as the action
For the “Then That” action, search for Webhooks and select Make a web request.
- 3
Configure the request
Fill in the following fields:
URL https://feednest.com/api/v1/articlesMethod GET Content Type application/json Additional Headers Authorization: Bearer fn_live_... - 4
Save and enable
Save the applet and toggle it on. Test by triggering the “If This” condition.
IFTTT Pro required
The Webhooks “Make a web request” action requires an IFTTT Pro subscription ($2.99/mo). It is not available on the free tier.
Common REST API endpoints
GET /api/v1/articles — list articles
GET /api/v1/feeds — list feeds
GET /api/v1/saved — list saved articles
GET /api/v1/tags — list tags
POST /api/v1/articles/{id}/read — mark as read
POST /api/v1/articles/{id}/save — save article
Troubleshooting
For more help, see the general setup guide.