Integrations
Raygun
This document shows you how you can integrate Callgoose SQIBS with Raygun. Incidents will be creating in Callgoose SQIBS when there is a incident created in Raygun as per the workflows configured by you in the Raygun
In Callgoose SQIBS
Create filter as per the Raygun workflows.
- For test purpose, create an API filter like this
In Raygun
- Click on Integrations and select Webhook
2. Fill the following
3. Webhook url : Enter your API Endpoint
4. Check the Enable radio button to enable the webhook
5. Click on Save changes
6. Create alert for to attach webhook to send notification.7. Click on Create alert
8. In add actions select Send to webhooks
9. And select the webhooks that we created, here select SQIBSCallgoose.
10. This is the template payload Raygun will be send to SQIBS in case an alert is triggered.
{ "event":"error_notification", "eventType":"NewErrorOccurred", "error": { "url":"", "message":"", "firstOccurredOn":"", "lastOccurredOn":"", "usersAffected":1, "totalOccurrences":1, "instance": { "tags": ["test", "error-page", "v1.0.1", "env:staging"], "affectedUser": { "Identifier": "", "IsAnonymous": true, "UUID": "" } "customData": { "pageName": "Error Page", "userLoggedIn": true } } } "application": { "name":"application name", "url":"URL" }}
11. You can decide on ‘what Raygun payload’(customise the values in the Custom payload section) you need notifications in Callgoose SQIBS and depending upon that you can create the API filter values in the Callgoose SQIBS
Make sure to select the alert notifications you want to notified and click on Save