PagerDuty
PAGERDUTY_CREATE_INCIDENT_WORKFLOW_INSTANCE
Creates a new instance of an incident workflow for a specific incident in PagerDuty. This endpoint allows you to initiate a predefined workflow process for managing and resolving an ongoing incident. It links the workflow instance to a particular incident, enabling automated and standardized incident response procedures. Use this when you need to start a structured response process for a newly created or existing incident. The endpoint is particularly useful for ensuring consistent handling of incidents across your organization and for tracking the progress of incident resolution through defined stages.
Remote pagerduty
Other tools also called PAGERDUTY_CREATE_INCIDENT_WORKFLOW_INSTANCE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"incident__workflow__instance__incident__type": {
"enum": [
"incident_reference"
],
"type": "string",
"title": "Incident Workflow Instance Incident Type",
"description": "Type"
}
}
}