# PagerDuty

Connect PagerDuty to Paradime to receive real-time alerts for your Bolt Pipelines.

{% hint style="info" %}

### Prerequisites

Before connecting PagerDuty to Paradime, make sure you have:

* Admin or manager permissions in PagerDuty
* Access to create API Access Key
  {% endhint %}

### Generate an API Key in PagerDuty

1. Log in to your PagerDuty account and navigate to **Integrations → API Access Keys**.
2. Click on **Generate API Keys.**
3. Copy the generated **API Key**. You will need this to complete the setup in Paradime.

{% hint style="warning" %}
**Important:** Store the integration key securely. You will need it to configure the Paradime integration.
{% endhint %}

### Connect PagerDuty to Paradime

1. In Paradime, navigate to **Settings →  Integrations → PagerDuty.**
2. Select the API region where your PagerDuty account is located
3. Paste the PagerDuty integration key into the field provided.
4. Click **Connect** to establish the connection.

Once connected, Paradime will send alerts to your configured PagerDuty service whenever pipeline or task failures occur.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2F1Iw9zjGupaUumFymfQRc%2Fimage.png?alt=media&#x26;token=fb7516b6-ce0b-432f-bd24-61802b47d1f1" alt=""><figcaption></figcaption></figure>

### Enable PagerDuty for Your Bolt Schedules

After enabling the integration, you can configure which Bolt Schedules should create incidents in PagerDuty when they fail.

To configure incident creation:

1. Navigate to **Bolt** > **Schedules** in the Paradime interface.
2. Select the schedule you want to monitor.
3. Open the [**Integration Settings**](https://docs.paradime.io/app-help/documentation/bolt/creating-schedules/trigger-integrations/trigger-pagerduty-alarms) for that schedule.
4. Enable **PagerDuty Incident Creation** to automatically create incidents in PagerDuty when the schedule fails.

Once enabled, any failures in the configured Bolt Schedules will automatically trigger incident creation in PagerDuty, allowing your team to respond quickly to data pipeline issues.

### PagerDuty Integration Capabilities

Paradime uses the PagerDuty Events API v2 to send real-time alerts for [Bolt Schedules](https://docs.paradime.io/app-help/documentation/bolt).

This integration enables you to:

* Receive immediate notifications when pipelines fail
* Automatically create incidents in PagerDuty for orchestration errors
* Leverage PagerDuty's on-call schedules and escalation policies
* Track and respond to data pipeline issues through your existing incident management workflow


---

# Agent Instructions: 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:

```
GET https://docs.paradime.io/app-help/documentation/integrations/incident-management/pagerduty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
