Get started with Opsgenie as a user
Learn how to configure your profile, get notifications from Opsgenie and view on-call schedules.
Opsgenie has a webhook integration with Errorception. Use the integration to send Errorception incidents to Opsgenie API with detailed information. Opsgenie acts as a dispatcher for Errorception alerts, determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls, and iOS & Android push notifications, and escalates alerts until the alert is acknowledged or closed.
When an alert is created in Errorception, an alert is also created in Opsgenie automatically through the integration.
You can add this integration from your team dashboard
If you're using Opsgenie's Free or Essentials plan, or if you’re using Opsgenie with Jira Service Management's Standard plan, you can only add this integration from your team dashboard as the Integrations page under Settings is not available in your plan.
Adding the integration from your team dashboard will make your team the owner of the integration. This means Opsgenie will assign the alerts received through this integration to your team only.
To do that,
Go to your team’s dashboard from Teams,
Select Integrations, and select Add integration.
Follow the rest of the steps to complete the integration.
Go to Settings > Integrations. Search for Errorception and select Add.
Specify who is notified of Errorception alerts using the Responders field. Auto-complete suggestions are provided as you type.
Copy the Webhook URL.
Select Save Integration.
In Errorception, go to the project settings page and select Service Webhooks from the left.
Select WebHooks.
Populate "WebHook URL" field with the integration URL copied while saving integration. Make sure "active" is checked.
Click Save.
5. Configure alert properties from Errorception's Integration / Advanced Settings page.
JSON
1
2
3
4
5
6
7
8
9
10
11
12
{
"isInline": true,
"message": "Uncaught ReferenceError: leJohn is not defined",
"userAgent": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36",
"when": "before",
"scriptPath": "skriptPeth",
"page": "http://localhost:8080/integration/index/?state=4",
"date": "2014-10-14T08:43:04.029Z",
"isFirstOccurrence": true,
"webUrl": "http://errorception.com/projects/543ce00c69c1935122000029/errors/543ce218bfb6f76cbe96ff4b",
"apiUrl": "https://api.errorception.com/projects/543ce00c69c1935122000029/errors/543ce218bfb6f76cbe96ff4b"
}
Was this helpful?