icon-unified.svg
Experience Center

OpsGenie Webhook Configuration Guide

This guide provides information on configuring webhooks using OpsGenie for alerts in Digital Experience Monitoring. The following instructions provide a sample configuration that can be used based on the user's requirements.

Setting Up Integration Keys on OpsGenie

  1. Log in to your OpsGenie account.
  2. Go to Teams > Add Team and enter the following information:
    1. Name: Enter a team name.
    2. Description: Enter a team description.
    3. Add Members: Search and select which members you want to view the alerts.
    4. Click Add Team to complete the team creation.

  1. Go to the created Team page.
  2. From the left-side navigation, go to Integrations > Add Integration > API.

  1. Click Copy or save your API Key. This is also called GenieKey.

  1. Select the following checkboxes:
  • Read Access
  • Create and Update Access
  • Delete Access
  • Enabled

If these are already selected by default, you can skip to step 6.

  1. Click Save.

Setting Up Alert Webhooks on Digital Experience Monitoring

  1. Log in to your Admin account.
  2. Go to Administration > Alerts> Webhooks.
  3. Click Add Webhook.
  4. Enter the following information:
    1. Name: Enter the name of the webhook for OpsGenie.
    2. Status: Select Enabled.
    3. URL: Enter your OpsGenie URL. It is normally https://api.opsgenie.com/v2/alerts?isOpsGenie=true.

The generic OpsGenie URL is https://api.opsgenie.com/v2/alerts.

For Digital Experience Monitoring Integration, ?isOpsGenie=true must be appended to the URL. The final URL to enter the Digital Experience Monitoring UI is then https://api.opsgenie.com/v2/alerts?isOpsGenie=true.

The URL might be different when using an enterprise setup. If there is a specific URL for your organization, you still need to append ?isOpsGenie=true at the end of your URL to integrate with Digital Experience Monitoring.

  1. Authentication Type: Select Token.
  2. Bearer Token: Enter your Bearer Token with the API Key from OpsGenie (also known as GenieKey) in the following format. The green text indicates the insertion of the GenieKey from the previous Step 4.
GenieKey {GenieKey from the OpsGenie API Portal}
  1. Click Save.

  1. Go to Alerts > Rules > Add Alert Rule.
  2. Configure the Alert Rule settings as needed based on your organization's needs. To learn more, see Configuring an Alert Rule.
    1. On the Actions tab and under the Actions section, the following fields are required to integrate with OpsGenie:
      1. Muted: Disable this setting.
      2. Webhooks: Select the Ops Webhook that you created from Step 3.

  1. Alert Delivery Method: Select Webhook. Email is optional.
  2. Click Next.
  3. On the Review tab, click Submit to save the Alert Rule configuration.
  4. Click Save and activate the changes.

Viewing Alerts on OpsGenie

  1. Go to your OpsGenie home page.
  2. Go to the Alerts page to view a list of alerts, or select an individual alert for more details.

The Alert Title might not display all the characters if the character size exceeds 130 characters. If this happens, the fields are displayed within the description.

Related Articles
Microsoft Teams Webhook Configuration GuideOpsGenie Webhook Configuration GuidePagerDuty Webhook Configuration GuideSlack Webhook Configuration GuideSplunk Webhook Configuration Guide