Turn device outage events into clear alerts without manual work. Designed for IT teams and service providers, it opens or closes incidents in Opsgenie based on the status sent from your monitoring tool. The result is faster action and fewer noisy messages.
A webhook receives a POST payload from your source system. A Switch step checks the trigger value and only continues for agent offline events. A Set step maps key fields like alert id, computer name, and description. An IF check looks at the resolved flag. If the issue is not resolved, an HTTP request creates a new alert in Opsgenie with useful context. If it is resolved, another HTTP request closes the matching alert using the alias id. Non matching events are parked by a NoOp step to avoid clutter.
You need an Opsgenie account and an API key, plus any app that can send a JSON webhook. Expect to cut alert handling time and keep one source of truth for incident status. Common uses include agent offline notifications and auto closing when the device comes back online. Follow the steps below to connect the webhook, map fields, and test both create and close paths.