Help? So what I’m trying to do is get n8n to send my phone a notification that tells me there’s new stories to read every time Miniflux does a pull.
I feel like this should be easy, but it’s not. I initially had it just telling me every half hour, but that felt like a dirty workaround. Should I be looking at webhook? Or am I thinking about this wrong?
Or use their API, you can filter by timestamp here https://miniflux.app/docs/api.html#endpoint-get-entries or get counters here https://miniflux.app/docs/api.html#endpoint-counters
Thank you, I’ll play with this later.
Yeah this is a much better approach