Incident Workflows
Start an Incident Workflow Instance
Start an Instance of an Incident Workflow. Sometimes referred to as "triggering a workflow on an incident."
An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident.
Scoped OAuth requires: incident_workflows:instances.write
post/incident_workflows/{id}/instances
Path parameters
idstring required
The ID of the resource.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Request body
Example request
{
"incident_workflow_instance": {
"id": "P3SNKQS",
"incident": {
"id": "Q1R2DLCB21K7NP"
}
}
}Response
The Incident Workflow Instance