Mutations
createEscalationPath
Creates a new escalation path with the given name, optional description, and an ordered list of steps (up to 20).
Each step routes the thread to either a specific user or the owners of a label type. Steps must not contain duplicates.
Requires the escalationPath:create permission and the escalation paths feature entitlement.
MUTATION
createEscalationPath(input: CreateEscalationPathInput!): CreateEscalationPathOutput!Arguments
input
required
Returns
escalationPath
error
Mutation
Variables
Response
Mutation
Variables
Response

