Procedures

Automation procedures in the PagerDuty BDK Book.

to create an (incident) in pagerduty

Create an incident in PagerDuty.

The 'From' header with a valid user email is required by PagerDuty for this operation. Ensure user_email was provided during 'connect' or 'handle_token'.

Input Concepts

Concept
Description
Type
Required
Default Value

The data for the incident to create.

pagerduty incident creation payload

Yes

Output Concepts

Concept
Description
Type

The created incident.

pagerduty incident

to get some (incidents) from pagerduty

FILTER - CAPABLE

Get incidents from PagerDuty.

Output Concepts

Concept
Description
Type

A list of incidents.

pagerduty incident

to manage an (incident) in pagerduty

Manage (update) an incident in PagerDuty.

The 'From' header with a valid user email is required by PagerDuty for this operation. Ensure user_email was provided during 'connect' or 'handle_token'.

Input Concepts

Concept
Description
Type
Required
Default Value

The ID of the incident to update.

pagerduty incident

Yes

The data to update for the incident.

pagerduty incident update payload

Yes

user email

The email of the PagerDuty user for 'From' header in write operations.

text

No

Output Concepts

Concept
Description
Type

The updated incident.

pagerduty incident

Last updated

Was this helpful?