AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
PagerDutyPagerDuty

Update incident status

This action will update the status of an incident.

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 update the status of an incident.
API endpoint slug
pagerduty.update_incident_status
Filter code method
Pagerduty.updateIncidentStatus.skip(string?: reason)
Runtime method
runAction("pagerduty.update_incident_status", {})

Action fields

Incident ID Text input > Other

Label
Incident Id
Helper text
Unique id of an incident.
Slug
incident_id
Required
true
Can have default value
true
Filter code method
Pagerduty.updateIncidentStatus.setIncidentId(string: incidentId)

Status Dropdown list

Label
Status
Helper text
New status of an incident.
Slug
status
Required
true
Can have default value
true
Filter code method
Pagerduty.updateIncidentStatus.setStatus(string: status)