Webhooks (e.g., for notifying on a deployed version)

Is there a way (or a plan to add such mechanism) to get a notification webhook from mender on specific events (e.g., a new release uploaded, a successful/failed deployment on a device, etc.). I can implement the deployment notifications by adding a script that does that at the end of the deployment but (a) that won’t cover deployments I did not create, (b) I personally don’t like the fact the edge devices need to trigger notifications to various cloud services, iIMHO t sounds like something that should be handled centrally on the server side and (c) that won’t cover all events - e.g., a new release being uploaded, etc.

Hello @uishon,

I think this new feature aligns with what you are looking for: Webhooks | Mender documentation