Escalation paths
Escalation paths allow your team to define a set of levels, so that if a team member is stuck when resolving a thread, they have a predefined path to escalate it to the next relevant person or team.
This ensures standardized handoffs and gives every thread a clear path to resolution.
Configuration
Setting up escalation paths requires two steps:
Define the escalation path (name + levels) in Settings
Create a workflow in the Workflow Builder to assign threads to that path
Adding an escalation path
Go to
Settings → Workflow → Escalation PathsClick "New Escalation Path"
Set a name and add your defined escalation levels
Setting a thread to use an escalation path
Go to
Settings → Workflow → Workflow RulesClick "Add New Rule" and add the
Set escalation pathaction
You can combine conditions — for example, trigger the path only for threads from a specific support email address and on an enterprise tier. Use the Workflow Builder's condition branching to handle multiple scenarios in a single workflow.
Usage
Escalating a thread
To escalate, just click the Escalate button at the bottom of the Thread page, under the composer:
Changing or clearing the escalation path
To manually change which escalation path a thread uses, or to remove it entirely:
Press
CMD + Kto open the Command PaletteSearch for "Change Escalation Path" or "Clear Escalation Path"
Things to know
When escalating, the currently assigned user is always unassigned
The currently assigned team label is removed only if it is part of the escalation level being escalated from
The current escalation level is evaluated at the moment of escalation — manual user/team assignments can affect which level is considered "current"
Example
At Plain, we use the following escalation path for product questions. It's assigned via a workflow that triggers on threads from support@plain.com:
Technical Support (team)
Engineering (team)
Staff Engineer (user)
Founders (team)
The workflow that sets this path uses a single condition step — "Support email equals support@plain.com" — followed by a "Set escalation path" action. Simple and reliable.