OpsGenie
Getting Started
The Blameless platform offers an integration with OpsGenie that allows you to:
- Trigger an alert for OpsGenie (automatically from creation of a Blameless incident)
- Trigger creation of a Blameless incident from an OpsGenie alert
Opsgenie Link: https://www.atlassian.com/software/opsgenie
note
Integrate with either PagerDuty or Opsgenie. Do not attempt to activate both at the same time.
Credentials
- Get a valid API key from Opsgenie.
- Set the OpsGenie credentials (API Key) in Blameless OpsGenie Integration via the Blameless web application Integration Settings page
- Toggle the "Enable OpsGenie" switch to enable the integration
- Click “Save”

Configuration for Incident Types
OpsGenie Auto-Trigger Incidents
Blameless, upon initiating an incident, can automatically trigger an alert within OpsGenie teams.

- Select an Incident type
- Scroll down and locate the "OpsGenie auto-trigger incidents" setting
- Toggle the "Opsgenie auto-trigger incidents" switch to enable auto-triggering
- Click Save.
Webhook Configuration
Customers should contact Blameless support to get their unique URL for the OpsGenie Webhook.
You will need to append the following two values to the end of the Blameless-provided URL for your OpsGenie/Blameless Integration:
- Incident Type
- Severity
The incident type value is case sensitive so verify your type matches your incident type label in the Blameless incident type field.
The severity field will ignore the SEV
portion of SEV 0
and pick up the numeric value 0
only.
For Example:
A severity 1 incident associated with the DEFAULT
incident type within Blameless will look like this:
https://example.blameless.io/webhook/v1/123abc?incident_type=DEFAULT&incident_severity=1
note
Do not forget the appending ?
between the URL and Incident / Severity elements when appending the string.
Once you have confirmed the URL from Blameless, refer to the following link for further instructions: https://docs.opsgenie.com/docs/webhook-integration
Testing the Integration
You need to confirm two things:
- The general integration between Blameless and OpsGenie
- The OpsGenie Webhook Integration
Testing the General Integration
- To launch an Incident: Click on the “Incident” (Flame) icon on the Blameless web application left navigation menu, then click on the “Add Incident” button
- Complete the following fields:
- Type (of Incident)
- Severity (of Incident)
- Description (of Incident)
- Click the “Start Incident” button
Creating an incident should have triggered an OpsGenie alert
Testing the Webhook Configuration
Trigger an alert within OpsGenie, which should then create a Blameless Incident. Make sure that you select the team associated with the Webhook when selecting the Responder. If a Blameless Incident is created from a OpsGenie alert then the integration was successful