> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/workbench-setup/notifications/platform-setup/opsgenie-setup-for-organization-notifications.md).

# OpsGenie Setup for Organization Notifications

This guide is the first step of a larger process to enable organization notifications.&#x20;

{% hint style="info" %}
After completing the steps on this page, you will be instructed to go to [Manage Organization Notifications](/workbench-setup/notifications/manage-organization-notifications.md) to set up your actual notifications.
{% endhint %}

## Step 1: Set Up the Integration in OpsGenie

1. In OpsGenie, navigate to **Teams** and select your team.
2. Navigate to **Settings**.
3. Search for and select "**API**" (you want to use the default API setup); the API settings will appear.
4. In the API settings, select the **correct assignee team**.
5. Select **Turn on integration** to enable the API within Opsgenie.
6. Copy the API key and save it for use in the next step.

## Step 2: Set Up the Integration in Workbench

1. [Log in to Workbench](https://workbench.expel.io/auth/login?orig=%2F).
2. Select **Organization Settings > My Organization**.
   * If you have multiple organizations, you must also select the appropriate organization name from the list.
3. Scroll down and select the **Integrations** tab.
4. Under OpsGenie, select **Add an Opsgenie destination**.
5. Enter a **name** for the service and paste in the **API key** (copied in Step 1), then select **Add**.
6. Look for an **Enabled** banner.

<figure><img src="/files/BgatmJpHscgTyJuMotn2" alt="Image showing a green Enabled banner in the top left, above the service name."><figcaption></figcaption></figure>

## Step 3: Add Your Organization Notifications

Now you can begin setting up your organization notifications. See [Manage Organization Notifications](/workbench-setup/notifications/manage-organization-notifications.md) for instructions.

{% hint style="info" %}
For a list of default notifications, see [Default Organization Notifications](/workbench-setup/notifications/about-notifications.md#default-organization-notifications). You can edit these notifications at any time using the instructions in the linked guide above.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.expel.io/workbench-setup/notifications/platform-setup/opsgenie-setup-for-organization-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
