Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/overview/servicetopology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Service Topology feature in Keep provides a visual representation of your se
}
></Card>
<Card
title="Pagerduty"
title="PagerDuty"
href="/providers/documentation/pagerduty-provider"
icon={
<img src="https://img.logo.dev/pagerduty.com?token=pk_dfXfZBoKQMGDTIgqu7LvYg" />
Expand Down
14 changes: 7 additions & 7 deletions docs/providers/documentation/pagerduty-provider.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Pagerduty Provider"
description: "Pagerduty Provider allows integration with PagerDuty to create, manage, and synchronize incidents and alerts within Keep."
title: "PagerDuty Provider"
description: "PagerDuty Provider allows integration with PagerDuty to create, manage, and synchronize incidents and alerts within Keep."
---
import AutoGeneratedSnippet from '/snippets/providers/pagerduty-snippet-autogenerated.mdx';

## Description

The Pagerduty Provider enables integration with PagerDuty to create, manage, and synchronize incidents and alerts within Keep. It supports both direct API key authentication and OAuth2, allowing greater flexibility for secure integration.
The PagerDuty Provider enables integration with PagerDuty to create, manage, and synchronize incidents and alerts within Keep. It supports both direct API key authentication and OAuth2, allowing greater flexibility for secure integration.

<AutoGeneratedSnippet />

Expand Down Expand Up @@ -85,13 +85,13 @@ An expired trial while using the free version of PagerDuty may result in the "pa

## Webhook Integration Modifications

The webhook integration adds Keep as a destination within the "Integrations" API within Pagerduty.
This grants Keep access to the following scopes within Pagerduty:
The webhook integration adds Keep as a destination within the "Integrations" API within PagerDuty.
This grants Keep access to the following scopes within PagerDuty:

- `webhook_subscriptions_read`
- `webhook_subscriptions_write`

## Useful Links

- Pagerduty Events API documentation: https://v2.developer.pagerduty.com/docs/send-an-event-events-api-v2
- Pagerduty Incidents API documentation: https://v2.developer.pagerduty.com/docs/create-an-incident-incidents-api-v2
- PagerDuty Events API documentation: https://v2.developer.pagerduty.com/docs/send-an-event-events-api-v2
- PagerDuty Incidents API documentation: https://v2.developer.pagerduty.com/docs/create-an-incident-incidents-api-v2
2 changes: 1 addition & 1 deletion docs/providers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ By leveraging Keep Providers, users are able to deeply integrate Keep with the t
- [OpenSearch Serverless](/providers/documentation/opensearchserverless-provider)
- [Openshift](/providers/documentation/openshift-provider)
- [Opsgenie](/providers/documentation/opsgenie-provider)
- [Pagerduty](/providers/documentation/pagerduty-provider)
- [PagerDuty](/providers/documentation/pagerduty-provider)
- [Pagertree](/providers/documentation/pagertree-provider)
- [Parseable](/providers/documentation/parseable-provider)
- [Pingdom](/providers/documentation/pingdom-provider)
Expand Down
2 changes: 1 addition & 1 deletion docs/providers/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ By leveraging Keep Providers, users are able to deeply integrate Keep with the t
></Card>

<Card
title="Pagerduty"
title="PagerDuty"
href="/providers/documentation/pagerduty-provider"
icon={
<img src="https://img.logo.dev/pagerduty.com?token=pk_dfXfZBoKQMGDTIgqu7LvYg" />
Expand Down
Loading