SME Escalation Paths
Configure how Specialist Agents escalate decisions and requests to human managers for approval, clarification, or guidance.
Overview
SMEs work autonomously but sometimes need human input. Escalation paths define:
- Who to contact: Primary and alternate managers
- When to escalate: Thresholds and criteria
- How to respond: Email and web portal options
- What happens next: Auto-escalation and timeouts
How Escalation Works
SME Agent Escalation Router Manager
| | |
| 1. Request human input | |
|-------------------------->| |
| | |
| 2. SME pauses execution | 3. Send email from |
| | escalations@... |
| |----------------------->|
| | |
| | 4. Manager responds|
| | (email or web) |
| |<-----------------------|
| | |
| 5. Receive notification | |
|<--------------------------| |
| | |
| 6. Resume with decision | |
Key points:
- SMEs don't monitor mailboxes, so a central Escalation Router handles all responses
- Managers can respond via email reply or web portal
- SMEs automatically resume when a response is received
Configuring Escalation Paths
Access Configuration
- Navigate to Build > AI Agents > Specialist Agents
- Open the SME you want to configure
- Go to the Escalation tab
Escalation Settings
| Setting | Description | Example |
|---|---|---|
| Primary Contact | Main escalation recipient | cfo@company.com |
| Alternate Contact | Backup if primary doesn't respond | controller@company.com |
| Approval Threshold | Amount above which approval is required | $10,000 |
| Auto-Escalate After | Hours before escalating to alternate | 48 hours |
| Escalation Instructions | Guidance for the SME on when to escalate | "Escalate expenses over $10,000" |
Escalation Types
Configure which types of escalations this SME can raise:
| Type | Description | When to Use |
|---|---|---|
| Approval Required | Action needs explicit approval | High-value decisions |
| Clarification Needed | More information required | Ambiguous instructions |
| Exception Request | Deviation from policy | Non-standard situations |
| Compliance Concern | Potential compliance issue | Regulatory matters |
| Deadline Risk | May miss a deadline | Time-sensitive tasks |
| Resource Needed | Missing access or tools | Blocked work |
Example Configuration
{
"manager": "cfo@company.com",
"alternateManager": "controller@company.com",
"approvalThreshold": 10000,
"escalationTypes": [
"approval_required",
"clarification_needed",
"exception_request"
],
"autoEscalateAfterHours": 48,
"escalationInstructions": "For expenses over $10,000, get CFO approval before proceeding. Escalate any policy exceptions to the CFO."
}
The Escalation Email
When an SME escalates, the manager receives an email:
Subject: [ESC-ABC123] [HIGH] Purchase Order Approval - $15,000
From: escalations@tenant.onmicrosoft.com
--------------------------------------------------
SME ESCALATION REQUEST
--------------------------------------------------
The Accounting SME requires your input.
TYPE: Approval Required
URGENCY: High
RESPONSE NEEDED BY: January 25, 2024 5:00 PM
--------------------------------------------------
DETAILS
--------------------------------------------------
Need approval for Acme Corp marketing services contract.
Amount: $15,000
Vendor: Acme Corp
Purpose: Q1 Marketing Campaign
Budget Line: Marketing Services
--------------------------------------------------
RESPOND
--------------------------------------------------
Click to respond:
[Approve] https://app.outermind.ai/escalation/xxx/approve
[Deny] https://app.outermind.ai/escalation/xxx/deny
[More Info] https://app.outermind.ai/escalation/xxx/more-info
Or reply to this email starting with:
- APPROVED - to approve the request
- DENIED - to deny (include reason)
- MORE INFO - to request additional information
--------------------------------------------------
Escalation ID: abc-123-def-456
SME Agent: Accounting SME
Response Options
Email Reply
Managers can reply to the escalation email:
- Start with
APPROVEDto approve - Start with
DENIEDfollowed by reason - Start with
MORE INFOto request clarification
The Escalation Router parses the response and notifies the SME.
Web Portal
Click the link in the email to respond via the web portal:
- Click Approve, Deny, or Request More Info
- Add optional comments
- Submit response
The web portal provides:
- Structured response options
- Full context visibility
- No email client needed
Auto-Escalation
If the primary manager doesn't respond within the configured time:
- System waits for configured hours (e.g., 48 hours)
- Auto-escalates to alternate manager
- Sends new email with "ESCALATED" indicator
- Resets the response timer
Set auto-escalation timeouts based on urgency:
- Critical: 4-8 hours
- High: 24 hours
- Normal: 48 hours
- Low: 72+ hours
SME Tool Usage
SMEs use the request_human_input tool to escalate:
// Tool call from SME
{
"escalation_type": "approval_required",
"subject": "Purchase Order Approval - $15,000",
"message": "Need approval for Acme Corp marketing services...",
"context": {
"vendor": "Acme Corp",
"amount": 15000,
"purpose": "Q1 Campaign"
},
"urgency": "high",
"required_by": "2024-01-25T17:00:00Z"
}
Tool Parameters
| Parameter | Required | Description |
|---|---|---|
escalation_type | Yes | Type of escalation (approval_required, etc.) |
subject | Yes | Brief subject line |
message | Yes | Detailed explanation |
context | No | Additional data (amounts, IDs, etc.) |
urgency | No | low, normal, high, or critical |
required_by | No | Date/time response is needed |
SME Resume Flow
When a manager responds:
- Escalation Router receives the response
- Creates notification for the SME
- SME execution resumes
- SME receives the decision and any comments
The SME can then:
- Proceed with approved actions
- Handle denials appropriately
- Provide requested additional information
Viewing Escalations
From the Dashboard
Navigate to Manage > Escalation > Escalation Router to see:
- Pending escalations awaiting response
- Recent responses
- Escalation analytics
From the SME
View escalations for a specific SME:
- Open the SME configuration
- Go to the Activity tab
- Filter by "Escalation" status
Escalation Details
Each escalation record shows:
- Status (pending, resolved, expired)
- Type and urgency
- Original request details
- Manager response (if any)
- Time to resolution
Best Practices
Configuring Escalations
- Choose appropriate managers: Ensure contacts have authority to approve
- Set realistic thresholds: Balance automation with oversight
- Configure alternates: Prevent bottlenecks when managers are unavailable
- Customize instructions: Help SMEs know when to escalate
SME Instructions
Include escalation guidance in SME instructions:
## Escalation Guidelines
Escalate to your configured manager when:
- Expense or commitment exceeds $10,000
- Request requires policy exception
- Customer is threatening legal action
- You're unsure about compliance requirements
When escalating:
- Provide full context and supporting information
- Include your recommendation if you have one
- Set appropriate urgency level
- Specify deadline if time-sensitive
Manager Best Practices
- Respond promptly: SMEs are waiting for your input
- Be specific: Clear decisions help SMEs take action
- Use the web portal: Structured responses reduce ambiguity
- Delegate appropriately: Set up alternates for coverage
Troubleshooting
SME Can't Escalate
- Check escalation type is enabled in SME configuration
- Verify manager email is configured
- Ensure SME has
request_human_inputtool assigned
Manager Not Receiving Emails
- Check spam/junk folders
- Verify email address in escalation configuration
- Check Escalation Router is properly configured
- Review escalation mailbox status
SME Not Resuming After Response
- Verify response was properly parsed
- Check notification was created
- Review SME execution status in activity logs
- Ensure SME isn't stuck in a different state