Bot Builder / Guides
Human Handoff Bot (UI Guide)
Build a flow that escalates complex cases to live agents and returns to bot when done.
Node Flow
send_text -> ask_button -> condition -> human_handoff -> add_note -> notify_team -> release_to_bot -> end
Steps In Builder UI
- Create bot named
Support Escalation. - Add menu using
ask_buttonwithTalk to agentoption. - Route escalation option to
human_handoff. - Add
add_notenode for internal context. - Add
notify_teamwith key fields to alert support staff. - After manual resolution, use
release_to_botthenend.