Skip to content

PagerDuty ​

Manage incidents, schedules, and on-call rotations with PagerDuty.

DetailValue
CategoryDev Tools
Base URLhttps://api.pagerduty.com
AuthenticationBearer Token
Endpoints6
Connector keypagerduty

Using PagerDuty in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick PagerDuty from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /incidentsList incidents
POST /incidentsCreate an incident
GET /incidents/{id}Get an incident
PUT /incidents/{id}Update an incident
GET /servicesList services
GET /oncallsList on-call entries

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.