Number Capture for Request Callback from Queue

When your callers are waiting to be connected to an agent, you can give them the choice to request a Request Callback from Queue. This callback can be made to any phone number your callers choose, and not just the one they are calling you from. It’s as simple as adding and configuring the Input IVR and Request Callback from Queue components to your flow.

Please follow these instructions to configure a Request Callback from Queue to a custom number:

2116
  1. Add the Assignment and dial (A&D) component to your flow.
  2. Open it and select the Preferences tab.
  3. Scroll down to the “Waiting message” section, click on the drop-down, and select "Play waiting message…" .
  4. Choose Text to speech as the message type, and select the language in which you will be writing your message.
  5. In the “Message to play” text field, type a message informing your callers they will be offered a callback. Example: “All our agents are busy at the moment. If you want us to call you back, please press 1.”
  6. Under “Delay in seconds”, insert the number of seconds callers will wait in the queue until they hear the waiting message for the first time. We’ve chosen 45 seconds for our example.
  7. Select "Repeat every..." and insert the number of seconds between each message repetition. We’ve added 30 seconds.
1942
  1. Select the Exits tab and scroll down to “Alternative Exits”.
  2. Click on Add Exit.
  3. Choose 1 as the key that the caller should press to leave the queue.
  4. Name the Exit, and under “Send to”, add the Input IVR component.
  5. Complete the configuration of the A&D component.
2018
  1. Open the Input IVR component.
  2. Choose Text to speech as the message type, and select the same language you chose in step 4.
  3. Type a message informing your callers that they need to dial the phone number they want to be called back on. Example: “Dial your phone number followed by #.”
  4. In “Keypress inputs”, select the maximum of digits the caller can dial and an “Ending keypress”.
2066
  1. In the “Variables” section, click on the drop-down and then on Create variable.
  2. Give a name to the variable. This variable will store the digits that your caller presses, so we’ve named it “phone_number”.
  3. Select the Exits tab. Under the “Ok” section, add a new step > Request Callback from Queue component.
  4. In the “Timeout” section, add the number of seconds the system will wait for the caller’s input before it times out, and send the call to the Input IVR again if that happens.
2532
  1. Open Request Callback from Queue and select the Preferences tab.
  2. Under “Number to dial”, select "From variable in the flow context".
  3. Select "phone_number" from the drop-down list.
2534
  1. Scroll down to the “Messages to Play” section.
  2. Select Text to Speech as the message type and the appropriate language.
  3. In the “Request successful” field, type or paste the message your callers will hear if their request for a callback is successful. Example: “We will call you back within 24 hours.”
  4. In the “Error in request” field, type or paste the message your callers will hear if their request for a callback is not successful. Example: “We are sorry, it’s not possible to schedule a callback right now. Please call again later.”
  5. Select the Exits tab.
  6. Add the Play Audio component under “Invalid Caller Id”.
2426
  1. Open Play audio.
  2. Select Text to Speech as the message type and type or paste a message that will play if the phone number input by your caller is invalid. Example: “Your phone number is not valid. Please add a valid one.”
  3. Select the Exits tab and direct the call to an appropriate component. In our example, we will send the callers to the Input IVR again, so that they can add a valid phone number.
  4. Make sure all your components are configured and save your flow .

From now on, your callers will be able to request a callback to a phone number of their choice. If an invalid number is dialed, they will hear a message, and they will be given another chance to dial a valid phone number.