Opsgenie ​
Manage alerts, incidents, on-call schedules, and teams with Atlassian Opsgenie.
| Detail | Value |
|---|---|
| Category | Monitoring |
| Base URL | https://api.opsgenie.com/v2 |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | opsgenie |
Using Opsgenie in a workflow ​
- Go to Connections and click New Connection.
- Pick Opsgenie from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /alerts | List alerts |
| POST /alerts | Create an alert |
| GET /alerts/{identifier} | Get alert details |
| POST /alerts/{identifier}/acknowledge | Acknowledge an alert |
| POST /alerts/{identifier}/close | Close an alert |
| GET /incidents | List incidents |
| GET /schedules | List on-call schedules |
| GET /teams | List teams |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.