Skip to main content

WooAI Voice Guide

Paul avatar
Written by Paul
Updated this week

πŸš€ Script Rules

  1. Scripts start with ~.

  2. Instructions go right below the script and start with *.

  3. Actions:

    • "{{LiveTransfer}}" β†’ must be in quotation marks.

    • {{wooai}} β†’ no quotation marks needed.

    • Actions can be placed anywhere in the script line.

  4. One goal per script. (Hang Up, Live Transfer, WooBooking).

πŸš€ Live Transfer

If enabled call routing assignee β†’ route the call to Call Routing.
If not, check if Call Forwarding is enabled.

  • If enabled β†’ route to Call Forwarding.

  • If not, check if the user is online via WebRTC.

    • If online β†’ route to WebRTC.

    • Otherwise β†’ do nothing.

πŸ“ Example Scripts

Script 1 β€” Question

~"First β€” do you have a rough idea of how much IRS or state tax debt you currently owe?" 
*If the value is less than 10000, politely reply "Thanks for sharing. At the moment, our programs require at least $10,000 in tax debt to qualify. If that changes, feel free to reach back out. Wishing you all the best".* *If the value is more than 10,000, proceed with the next question*
*If they do not provide a clear answer or their response is unclear, rephrase the question to prompt for a clear answer.*


*Wait For Prospect To Respond*
~"Awesome, let me transfer you to our next available agent {{livetransfer}}"

or

~"Perfect, sounds like you may qualify for a tax relief program. Would you like to schedule a call {{wooai}}"
Did this answer your question?