AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
PagerDutyPagerDuty

Create a new incident

This action will create a new incident in PagerDuty.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will create a new incident in PagerDuty.
API endpoint slug
pagerduty.create_new_incident
Filter code method
Pagerduty.createNewIncident.skip(string?: reason)
Runtime method
runAction("pagerduty.create_new_incident", {})

Action fields

Service Dropdown list

Label
Service
Helper text
A service in PagerDuty.
Slug
service
Required
true
Can have default value
false

Title Text input > Other

Label
Title
Helper text
A succinct description of the nature, symptoms, cause, or effect of the incident.
Slug
title
Required
true
Can have default value
true
Filter code method
Pagerduty.createNewIncident.setTitle(string: title)

Details Text input > Other

Label
Details
Helper text
Additional incident details.
Slug
details
Required
true
Can have default value
true
Filter code method
Pagerduty.createNewIncident.setDetails(string: details)

Incident key Text input > Other

Label
Incident key
Helper text
A string which identifies the incident. Sending subsequent requests referencing the same service and with the same incident_key will result in those requests being rejected if an open incident matches that incident_key.
Slug
incident_key
Required
false
Can have default value
true
Filter code method
Pagerduty.createNewIncident.setIncidentKey(string: incidentKey)

Urgency Text input > Other

Label
Urgency
Helper text
Urgency.
Slug
urgency
Required
false
Can have default value
true
Filter code method
Pagerduty.createNewIncident.setUrgency(string: urgency)