--- title: 'Opsgenie' description: 'Manage alerts, incidents, on-call schedules, and teams with Atlassian Opsgenie.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /alerts](./get_alerts_monitoring_listalerts) | List alerts | | [POST /alerts](./post_alerts_monitoring_createalert) | Create an alert | | [GET /alerts/{identifier}](./get_alerts_identifier_monitoring_getalert) | Get alert details | | [POST /alerts/{identifier}/acknowledge](./post_alerts_identifier_acknowledge_monitoring_acknowledgealert) | Acknowledge an alert | | [POST /alerts/{identifier}/close](./post_alerts_identifier_close_monitoring_closealert) | Close an alert | | [GET /incidents](./get_incidents_monitoring_listincidents) | List incidents | | [GET /schedules](./get_schedules_monitoring_listschedules) | List on-call schedules | | [GET /teams](./get_teams_monitoring_listteams) | List teams | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.