Skip to main content

PagerDuty

Automate incident response — open new incidents from critical alerts, auto-acknowledge or resolve incidents when upstream issues are fixed, post status updates as notes, and list open incidents for status overviews.

Authentication

Auth type: API Key (REST API Token) Create a token in PagerDuty → My Profile → User Settings → Create API Access Token.
CredentialDescription
API TokenYour PagerDuty REST API token
From EmailA valid PagerDuty user email — required by the API for all write operations

Triggers

TriggerWhen it fires
Incident TriggeredA new incident is opened (triggered state)
Incident AcknowledgedA responder acknowledges an incident
Incident ResolvedAn incident is marked as resolved
Incident EscalatedAn incident moves to the next escalation policy level

Actions

ActionKey inputsKey outputs
Create Incidenttitle, serviceId, urgency (high/low), body, escalationPolicyId, assigneeUserIdincidentId, incidentNumber, title, status, urgency, htmlUrl
Acknowledge IncidentincidentIdincidentId, status
Resolve IncidentincidentId, resolution (optional note)incidentId, status
Add NoteincidentId, contentnoteId, content
List Incidentsstatuses, serviceIds, limitincidents[], count
Get ServiceserviceIdserviceId, name, status, htmlUrl
The From Email credential must correspond to an active PagerDuty user in your account. PagerDuty requires this for audit trail purposes on all incident write operations.