Mutations
updateThreadEscalationPath
Attach a thread to a specific escalation path, or pass escalationPathId: null to detach it. An escalation path defines the sequence of users or teams the thread escalates through if nobody responds in time. Requires the thread:edit permission.
MUTATION
updateThreadEscalationPath(input: UpdateThreadEscalationPathInput!): UpdateThreadEscalationPathOutput!Arguments
input
required
Returns
thread
error
Mutation
Variables
Response
Mutation
Variables
Response

