Hello,
Looking for some details regarding the data security model of opsgenie integrations. I understand that they function as slightly more complex API endpoints, but who writes the code? And is there any opportunity for data to be sent to a third party when using an integration?
Hi @Matt Osborne ,
John from Opsgenie support here - happy to help.
Our development team writes all of the code for the integrations. We do have 2 options for sending data to a 3rd party:
Webhooks, which send alert payloads to any endpoint you specify:
https://support.atlassian.com/opsgenie/docs/integrate-opsgenie-with-webhook/
OEC, which can send more customizable payloads to an AWS SQS queue, which is then retrieved by the OEC client, which can be installed on your local server:
https://support.atlassian.com/opsgenie/docs/opsgenie-edge-connector-as-an-extensibility-platform/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.