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 Label Service Helper text A service in PagerDuty. Slug service Required true Can have default value false 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) Label Details Helper text Additional incident details. Slug details Required true Can have default value true Filter code method Pagerduty.createNewIncident.setDetails(string: details) 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) Label Urgency Helper text Urgency. Slug urgency Required false Can have default value true Filter code method Pagerduty.createNewIncident.setUrgency(string: urgency)