Skip to content

Opsgenie ​

Manage alerts, incidents, on-call schedules, and teams with Atlassian Opsgenie.

DetailValue
CategoryMonitoring
Base URLhttps://api.opsgenie.com/v2
AuthenticationAPI Key
Endpoints8
Connector keyopsgenie

Using Opsgenie in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Opsgenie from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /alertsList alerts
POST /alertsCreate an alert
GET /alerts/{identifier}Get alert details
POST /alerts/{identifier}/acknowledgeAcknowledge an alert
POST /alerts/{identifier}/closeClose an alert
GET /incidentsList incidents
GET /schedulesList on-call schedules
GET /teamsList teams

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.