.top-button { background-image: url(https://confluence.twin24.ai/download/thumbnails/23986188/baseline_keyboard_arrow_up_white_18dp.png) !important; background-position: center; background-color: #47a7f5 !important; background-repeat: no-repeat; box-shadow: -1px 1.5px 3px #999; color: #47a7f5 !important; border-radius:50px !important; position: fixed; bottom: 45px; left: 93.5%; width: 50px; height: 50px !important; font-size: 12px !important; padding: 14.5px !important; z-index: 2; } .top-button:hover{ background-color: #65b9ff !important; color: #65b9ff !important; } .page-header{ background-color: #232838; background-repeat: no-repeat; background-position: center; width: auto; height: 100px; background-image: url(https://confluence.twin24.ai/download/attachments/23986188/logo_twin-02.png); background-size: 10em; color: #fff; font-size: 20px; padding: 20px; } .page-footer{ background-color: #232838; background-image: url(https://confluence.twin24.ai/download/thumbnails/23986188/decorated-pattern-dark.png); width: auto; height: 10px; color: #fff; text-align: end; font: small-caption; padding-inline-end: 30px; padding-top: 200px; padding-bottom: 30px; } .page-headline{ background-image: url(https://confluence.twin24.ai/download/thumbnails/23986188/Solid256dot8_2changed.png); background-repeat: no-repeat; background-position-x: -227px; background-position-y: center; padding: 20px; background-color: #007bff; width: auto; height: 10px; color: #fff; text-align: center; font: caption; font-weight: 600; } .tabs-menu{ padding-left: 85% !important; } |
A clients file contains client phone numbers that the system calls after a call task is started.
Before a call task is started, make sure you attach a clients file to it or enter client phone numbers manually. |
A clients file contains client parameters (for example, phone number, first name, last name, address, etc.). You can add as many client parameters as necessary. There is no limitation on the number of parameters that you can use in your clients file.
To create a clients file, do the following:
Description of the columns
№ | Column name | Description |
---|---|---|
1 | Phone number | A client phone number for the system to call. Each phone number shall be entered on a separate line. A client phone number shall have the following format: 1хххххххххх. |
2 | Client ID | A client ID in the external system. You can use any sequence of characters as a client ID but it cannot exceed 10240 bytes. If the value for this parameter is not specified, then the system will use an arbitrary value. |
3 | Client parameters | Client parameters that you can use in your scripts. The bot will use their values in dialogues with clients. The parameter name is case sensitive and defined in the column header. Each parameter value is specified in a separate cell without curly braces. |
Click this link to download a template of the clients file.
To download a template of the clients file, do the following:
2. Specify client parameters and their values in the clients file as shown above. Enter parameter names using Latin characters in the column headers.
|
If you add clients parameters to a script, the bot will use their values in dialogues with clients.
To add client parameters to a script, do the following:
2. Specify client parameters and their values in the clients file as shown above. Enter parameter names using Latin characters in the column headers.
3. On the side menu click Bots – Bots.
5. Select the script where you want to use client parameters and click .
6. In the starting block of the script specify names of parameters which values you want to use in the script.
You also need to specify correct types of parameter values. |
7. Enter parameter names in a Question or Information block. Enclose parameter names in curly braces. The bot will use their values in a respective message.
8. Save changes.