← All integrations

PagerDuty

9 operations4 webhooks

Incident response platform for on-call schedules, alerts, and operational reliability workflows.

Supported operations

  • CreateWrite

    Add a note to an incident

  • ListRead-only

    List notes for an incident

Supported triggers

  • Acknowledged

    An incident was acknowledged

  • Assigned

    An incident was assigned to a user or escalation policy

  • Resolved

    An incident was resolved

  • Triggered

    An incident was triggered (created)

FAQ

Install corsair and @corsair-dev/pagerduty, add the PagerDuty plugin, and connect with an API key. Then call methods like corsair.pagerduty.api.incidentNotes.create() from your app. Corsair verifies webhooks, and syncs data per tenant.

Yes. PagerDuty requires an API key from your PagerDuty account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit PagerDuty, GitHub, Notion, Stripe, and the rest. Trigger PagerDuty from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for incident response platform for on-call schedules, alerts, and operational reliability workflows. Common builds include sync jobs, admin tooling, and agents that call PagerDuty APIs from your backend. Webhook handlers react to PagerDuty events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced PagerDuty records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per PagerDuty API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/pagerduty in the open repo. When PagerDuty ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your PagerDuty data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store PagerDuty data on your behalf.