How to create a phonebot to make and receive calls

Telephone bots receive and make sales and support calls to complement the work of your customer support team.

With the design of a telephone bot, you can automate most repetitive tasks and queries and filter the most urgent support and customer service requests, allowing your support team to focus on higher priority tasks.

To learn how to use our script creation interface, read this article.

Design a phone script with ChatCompose

The scripts for telephone can be created in the same way as for a text script of a chatbot, with a limitation as to the amount of components that can be used.

Being conversations by voice, you can not use html components, video etc. Instead you need to create a script with the following components:

  • Message
  • Options
  • Transfers (other numbers)
  • Play Recording (mp3, wav, from url)
  • Forms
  • Condition
  • Reservations
  • Dial Numbers and Tones
  • Voice Responses
  • Payments

 

Creating a simple phone script

To begin visit the section Scripts.

Enter an identifier to your script and a description. You can select the type of script by switching from chatbot to phone. This way you will be able to select only the components available for a phone conversation.

Enter the message: Thank you for contacting our company. How can we help you?

Now continue with an option component and enter two options

  • I want to know the address of your company
  • I would like to talk to someone

Continue with the option "I want to know the address of your company". Follow the option with a message component and enter the text: "Our company is located on Street 55, number 66."

Now continue in the second option "I would like to talk to someone". Follow that option with a transfer component (telephone) and enter a phone number with the format + (Country Code) (Number).

Save the script to continue.

Test the script

You can test the script in the Telephone Bot section. To test enter in the section PhoneBot (Test), select the id of the script and press "Get Code". A 4-digit code will appear in the window.

Call the number provided in that section (+1 510 900 8671 or +1 650 300-3660) and enter the code created to test your script.

Advanced features

Our Phonebots use voice recognition to capture voice responses and questions. You can create a script with the Form component to capture leads or the responses of your callers.

For example, if you want to create a poll or a survey, you can add a form component to capture and transcribe the responses of your users.

The transcribed responses of your users will be sent to your email and will be saved in the Form Results section.

In case you want to evaluate the responses you can also use the Condition component. Enter a question and a condition to direct the conversation towards some specific goal.

For example, if you want to talk personally to dissatisfied customers you can evaluate the response of the question "Are you satisfied with our support?".

If the user answer contains a positive response you can continue with the conversation. Otherwise transfer the conversation to a human representative to find out more (in case the response is negative).

You can also use components to play recorded messages, dial tones, call an external API and offer automatic responses from your database.

You can learn how to train your phonebot with automatic answers and scripts in How to train your chatbot with answers.

To offer automatic responses and load new scripts depending on a message, use the "Responses" component. It will look into your database of automatic answers for a match to a specific message.

You can also limit the number of tries the phonebot can make to retrieve an answer, and then continue the conversation towards another action or goal.

To process payments read How to collect payments with automated phone calls.

For reservations, read How make reservations with a phonebot.

Install a Phone Number

To load your scripts with your own number you need to request a phone number in the PhoneBot>Configuration section.

Once approved you will be able to select your number within the telephone bot section and load a script.

Setup your Phone Number

To setup your PhoneBot to receive calls first select one of your numbers.

A new panel will appear to setup the script you will use to answer your phone and the Log of the calls made to your phone. Select the script, press "Save" and you are ready to go.

The Phonebot will load that script when someone calls your number.

Make Phone Calls

To make Phone Calls you will need to load a file in this format.

You will need to provide a csv with a Destination Number (E.164), the name of the script you want to run, and the Phone number you want to make the call from (one of your numbers in E.164 format).

Wait until all the calls are loaded in the queue before exiting the page.

Make Phone Calls With our API

You can also make Phone calls by using our API endpoint.

First you need to generate a security token to verify your identity. After you have generated it you will be able to make Phone Calls by calling our API endpoint with POST parameters.

Advanced Phonebots


Would you like to know more?

Get more information