Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When an agent makes an outbound call, Vonage Contact Center presents a number to the person they are calling. This number is a callback number. The person receiving the call can use the callback number to identify who the incoming call is from and optionally use the number to call the agent back another time. For more information about callback numbers, see Callback numbers.

Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#232323
borderStylesolid
titleIn this page

Table of Contents

If an account has multiple callback numbers, when an agent makes the outbound call, the agent can choose, in ContactPad, which callback number to present. The name of a callback number helps agents identify the correct callback number.

How do I change the name of a single callback number?

You can change the name of a single callback number in the Callback Number Settings Individually section. To do so, perform the following steps:

  1. Log in to the VCC Admin Portal and go to Configuration (within Account Settings). Configuration appears. If enabled for your account, the Callback Number Settings Individually section is available. For information on accessing Configuration, see Editing Configuration (Account Settings).
  2. In Presented Number, select the callback number whose name you want to change.
  3. In Presented Name, type the new name.
  4. Click Update.

Example

In the following example, the callback number (01234567891) with the name 'Pear' will be renamed to 'Orange'.

Image Added

How do I change the name of callback numbers in bulk?

You can change the names of callback numbers individually or in bulk , both by uploading a CSV file. To change the names of one or more callback numbers, perform the following steps:

  1. Log in to the VCC Admin Portal and go to Configuration (within Account Settings). Configuration appears. If enabled for your account, the Callback Number Settings section is available. For information on accessing Configuration, see Editing Configuration (Account Settings).
  2. Alongside Download existing callback numbers, click Download Template to download a CSV file containing existing callback numbers.
    Callback Number SettingsImage Added
  3. Open the downloaded CSV file in a text editor of your choice. Type new names for the callback numbers in the new name columns in the appropriate rows. Save your changes.

    Note

    Opening the downloaded CSV file in some programs will remove the leading zeros from callback numbers. You must correct the format of the telephone numbers before uploading the file. We recommend using a text editor rather than a dedicated spreadsheet editor to avoid the program removing the leading zeroes.


  4. Alongside Upload modified callback numbers, click Choose File. A Open dialog box appears. Locate and open your import file from the Open dialog box. Click Upload.

Callback Number SettingsImage Removed

Example

In the following example, the callback number with the name 'Pear' (01234567891) will be renamed to 'Orange'. The other callback numbers will not be changed.

Code Block
languagediff
clid,name,new name
'01234567890',Apple,
'01234567891',Pear,Orange,
'01234567892',Strawberry,

...