Skip to content

Commit

Permalink
docs: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Jan 26, 2025
1 parent 77de98b commit ddda680
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions docs/providers/documentation/opsgenie-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,37 @@ The `notify` function in the `OpsgenieProvider` use OpsGenie [CreateAlertPayload
## Authentication Parameters

The Opsgenie Provider requires the following authentication parameters:

- `API Key` - The API key from API Integration in Opsgenie.
- `Integration Name` - The name of the integration in Opsgenie.
- `Integration Name` - The name of the integration in Opsgenie.

## Connecting with the Provider

To use the Opsgenie Provider, you'll need to provide the API Key and Integration Name from API Integration. You can create an API integration under Settings -> Integrations -> Add integration and search for API Integration. Select API and provide a name for the integration and click on continue.

You can create an integration key under Settings -> Integrations -> Add integration
Note: if you are in the free tier, the integration key can be created under Teams -> Your team -> Integrations -> Add Integration (API)

<Note>
If you are in the free tier, the integration key can be created under Teams ->
Your team -> Integrations -> Add Integration (API)
</Note>

Visit the [Opsgenie API Integration](https://app.opsgenie.com/settings/integrations/create/api) for creating an API integration quickly.

<Frame
width="100"
height="200">
<img height="10" src="/images/opsgenie-provider_1.png" />
<Frame width="100" height="200">
<img height="10" src="/images/opsgenie-provider_1.png" />
</Frame>

<Frame
width="100"
height="200">
<img height="10" src="/images/opsgenie-provider_2.png" />
<Frame width="100" height="200">
<img height="10" src="/images/opsgenie-provider_2.png" />
</Frame>

<Frame
width="100"
height="200">
<img height="10" src="/images/opsgenie-provider_3.png" />
<Frame width="100" height="200">
<img height="10" src="/images/opsgenie-provider_3.png" />
</Frame>

<Frame
width="100"
height="200">
<img height="10" src="/images/opsgenie-provider_4.png" />
<Frame width="100" height="200">
<img height="10" src="/images/opsgenie-provider_4.png" />
</Frame>

Visit the [Opsgenie API Integration](https://support.atlassian.com/opsgenie/docs/create-a-default-api-integration/) documentation for latest information.
Expand All @@ -76,4 +73,4 @@ Certain scopes may be required to perform specific actions or queries via the Op

## Useful Links

- How to create Opsgenie API Integration - https://support.atlassian.com/opsgenie/docs/create-a-default-api-integration/
- How to create Opsgenie API Integration - https://support.atlassian.com/opsgenie/docs/create-a-default-api-integration/

0 comments on commit ddda680

Please sign in to comment.