> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Pingdom

> Pingdom provider allows you to pull alerts from Pingdom or install Keep as webhook.

## Authentication

This provider requires authentication.

* **api\_key**: Pingdom API Key (required: True, sensitive: True)

Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:

* **read**: Read alerts from Pingdom. (mandatory)

## In workflows

This provider can't be used as a "step" or "action" in workflows. If you want to use it, please let us know by creating an issue in the [GitHub repository](https://github.com/keephq/keep/issues).

## Connecting via Webhook (omnidirectional)

Install Keep as Pingdom webhook

1. Go to Settings > Integrations.
2. Click Add Integration.
3. Enter:
   Type = Webhook
   Name = Keep
   URL = Your Keep Backend URL
4. Click Save Integration.

## Connecting with the Provider

### API Key

To obtain the Pingdom API key, follow these steps:

1. Log in to your Pingdom account.
2. Navigate to the "Settings" section.
3. Click on the "Pingdom API" tab.
4. Generate a new API Key.

## Fingerprinting

Fingerprints in Pingdom are calculated based on the `check_id` incoming/pulled event.

## Notes

*No information yet, feel free to contribute it using the "Edit this page" link at the bottom of the page*

## Useful Links

* [Pingdom Webhook Documentation](https://www.pingdom.com/resources/webhooks)
* [Pingdom Actions API](https://docs.pingdom.com/api/#tag/Actions)
