Hi team - is that possible to define alerting on webhooks?
I would like to be alerted when a webhook is failing.
Currently I call webhooks from FoOs but it will fail when I have not rotated some credentials for example. As such, I would like to be alerted as soon as it fails so that I can go and investigate.
This is something that is not currently possible in a first class way in the product, but that we are working towards adding support for. For an immediate workaround, it’s possible to create an object type representing webhook failures and create those in your function when the webhook fails, and action on them however suits your use case (automations, batch analysis, etc).
Other than that, in the short term (next couple of months), you will be able to have metadata from all of your webhook executions pushed to a Foundry stream, on top of which you should be able to build your own monitoring workflows. In the longer term, we’ll be looking at integrating with the Data Health App, but no specific timeline for that yet.
‘you will be able to have metadata from all of your webhook executions pushed to a Foundry stream’ can you go into more detail is this possible already how? if not when?