Describe the issue/error/question
I have several CRON jobs that run daily (AKA set and forget) but sometimes they’ll fail and I won’t know for a while if it’s a lower priority CRON job - it would be nice to get notified when that happens so that I can investigate (recently had this happen with some API keys that were invalidated)
What I would like to happen
It would be great if I could somehow catch the workflow failing in n8n (maybe a webhook via the n8n API? or maybe a CRON that goes through the n8n API logs looking for errors?) and then kick off a message that contained: the workflow URL / ID, last executed node, error messages (if any) - that way services that fail for any reason can be remedied quickly (feel like this is a critical feature if you start relying on n8n more)
The Question
Any ideas on how to pull this off inside of n8n?