Skip to main content

escalate Step

The escalate step hands the conversation to a human, preserving oversight at configurable boundaries.

Syntax

Short Form

- escalate: support

Full Form

- escalate:
to: support
reason: "Billing issue requires human review"
priority: high
include: ["variables.order_id", "user.identity.user_email"]
name: "Billing Escalation"

Properties

PropertyTypeRequiredDescription
tostringYesQueue name
reasonstringNoReason for escalation
prioritystringNolow, normal, high, urgent
includestring[]NoContext or variables to include
namestringNoHuman readable step name