Quick-replies in chat
Copy the link to the article
Copied

To the right of the area where messages are typed, there is a lightning bolt icon. This is used for creating and sending quick replies in the chat. You can also create a quick response on any message in a dialog. Click on the lightning icon next to the message and select the "Create a Quick Response " option from the available actions.

When you click, a window opens with a prompt to create a quick response. If quick responses have already been created, a list of created templates will be displayed. To edit or create a new one, click on the pencil icon in the upper right corner.

Quick responses are very useful for sending personalized and/or template information to customers in chat. For example, a customer placed an order with delivery and wants to know the shipment number. Using the Twig function, you can get the track number from the customer's last order and send it to the dialog.

Example of a quick response with uploading a track number from the last order:

Hello, {{ customer.firstName }}!
Your parcel tracking number {{ customer.lastOrder.integrationDelivery.trackNumber }}

Where: {{ customer.firstName }} - customer name. {{ customer.lastOrder.integrationDelivery.trackNumber }} - track number from the last order.

You can also attach files to quick responses. Thus, for example, to simplify the process of sending a product catalog.

Maximum number of attachments - 10 files. Maximum size of one file - 8 MB.

Important!

Only chat admins can create or edit already previously created quick-replies.

How to create and configure a quick-reply

When you click on the "New quick-reply" link, a pop-up window will open where you can create a new template.

To create one, you need to first specify a command (i.e a letter or number). When you enter this command in the chat, the template will be automatically inserted. The text cannot exceed 2000 characters (including spaces).

It is also possible to use predefined macros or any Twig-templates to display customer information (customer). "Name", "E-mail" and "Phone" fields are available, which are uploaded from the customer card.

If errors occur during the creation of a quick response, details on them will be displayed in the Actions Log, with the record type "Chats".

Note

When using quick responses with a Twig template in a dialog where the customer is not saved, a notification will appear stating that automatic data substitution is only possible for saved customers. In this case the used Twig tags will be deleted from the message, leaving only the text.

For convenience, you can create categories of commands for different themes and purposes.

Previously created quick-replies can be displayed in the typing area using the specified command or the lightning bolt icon.

Thank you for your feedback.
Was this article helpful?
No
  • Рекомендации не помогли
  • Нет ответа на мой вопрос
  • Текст трудно понять
  • Не нравится описанный функционал
Yes
Previous article
Functions available in chats
This article describes how to reassign dialogues, the different filters that are available, and how to send files to customers.
Next article
Working with widgets in the chat window
Widgets are available for quick access from the chat window to the client's data, which can be customized for yourself.
#}