Let’s say I have a bunch of routes that work just fine. Then one day, no fault of Notehub.io, one of my routes is no longer pushing data to [name your destination ].
For instance someone accidentally rotated an authentication key or renamed a service.
If the flow of data is constant, no problem, we can add code at the destination raising an alert when data is no longer coming in.
But what the periodicity is random? How would we know, without going to the Noteshub UI, that a note never made it. And since (depending on the plan), the data won’t stay around, the note may be lost.
So…
Is there an API call to notehub.io that would report for each route the count of errors in a given period of time?
Or alternatively, a “on error” defined in a Notehub route that would provide a fallback and/or notification?