Smart Responses#

Smart Responses allow you to manage your responses by automatically replying to emails with pre-defined messages. Mailytica’s Smart Responses are the ideal way to automate your email responses and minimize the time spent on repetitive emails. This feature uses artificial intelligence to detect email topics and respond accordingly.

Smart Responses can be used in two different ways: either by automatically replying to emails, or by suggesting replies as drafts within Mailytica’s integrations.

Add Smart Response#

To create a new Smart Response, simply add it to the Online Platform by following the instructions below. Once added, the Smart Response will be ready to use in any of Mailytica’s integrations.

  1. In the Edit section of your topic, select Smart Responses from the top tab bar. Then click on the button to add a Smart Response.

    Add smart response
  2. The New Smart Response section will show you the instructions on how to create a new Smart Response. Click Next, and it will prompt you to type a name for your Smart Response. For example, we’ll create a new Smart Response to reply to general customer inquiries, and we’ll name it General Inquiry Response.

    Smart response name
  3. Next, choose the Language of your Smart Response. When you receive an email message, the AI-powered Smart Response will suggest a reply in the same language. For example, if you set the language of your Smart Response to English, Mailytica’s integration will give you suggestions for how to respond to emails received in English. If you receive email messages in additional languages, you can create Smart Responses for each one.

  4. Following, in Salutation Status you can choose to include a salutation in your Smart Response. When active, Mailytica’s integration will add a salutation at the start of your message. The salutation can use the person’s last name: Dear Mrs. Jones, for example. Or a more generic salutation can also be used: Dear Madam, or Dear Sir. The recommended default value is Active.

  5. You will then be prompted to write the content of the Smart Response. In the text box, you can also customize the format of the message. For example, you can change the style and colour of the text, you can add links, images, tables, and more. Once you finish writing, click Next.

    Smart response text
  6. You then have the option of adding an Internal Note to be displayed in Mailytica’s integrations. Internal notes can be helpful for clarifying the purpose of the Smart Response or specifying the cases for using it.

    Smart response internal note
  7. Next, in the Attachments section, you can add attachments to your Smart Response. Uploading files is a great way to make your email message more personalized and interactive. For instance, you can upload your company’s F.A.Q., brochures, presentations, graphics, catalogues, etc. To keep attachments from being sent with every response, you can set the toggle button to Inactive.

    Smart response attachments
  8. You can then add Recipients to your Smart Response. If you want to send the Smart Response to the same person who sent you the email message, leave the fields blank. If instead you want to send someone else a copy of the message, please enter their email address in the Recipient, CC Recipient, or BCC Recipient fields. Additionally, if you want to specify a reply to address, you can provide it in the Reply To Address field.

  9. Next, you can select the Auto Reply Status of the Smart Response. If active, emails are replied to automatically without any user interaction. If inactive, they are suggested as a draft within the user interface. The recommended default value is Inactive.

  10. Afterward, you can set the Default Status of your Smart Responses. If active, any email message that does not have a suitable Smart Response will automatically be assigned the default Smart Response.

  11. To finish, toggle the Active button to activate your Smart Response. Now your new Smart Response will be ready to use in your Mailytica integration, as shown in the images below.

_

_

Smart Response Variables#

You can insert data variables in your Smart Response by enclosing them between curly brackets {} during Step 5 of the Add Smart Response section.

Any information that you extract with the help of Mailytica’s annotators can be used inside Smart Responses as a variable. Mailytica’s annotators are internal processes performed on incoming email messages, including extracting and converting email data, adding custom plugins, and accessing APIs. These annotators are the following:

  • Email Parsing Rules: Mailytica’s email parsing system can extract information from messages by creating filters and parsing rules using regular expressions.

  • Dictionary Annotations: Dictionary Annotations are similar to email parsing rules but instead of creating rules to extract data, they can be used to directly extract entities.

  • Value Mappings: Value Mappings can be used to transform data in a more straightforward way than using Email Parsing Rules.

  • Plugins: Custom business plugins to extract, process, or export data can be created by Mailytica’s dev team at the request of the user.

  • API Source: Mailytica has a diverse range of API (Application Programming Interface) sources which you can connect to, including FTP Source, REST API Source (GET), and REST API Source (POST).

  • API Data: Mailytica offers different options for extracting external data, ranging from CSV files to third-party integrations.

For example, inside our Topic Delivery Status, let’s create an Email Parsing Rule to extract order numbers from email messages. And we’ll set the Output Field Id to order_number.

Add email parsing rule example

This means that if an email contains the text order # followed by 10 digits, then Mailytica will extract the information and store it in a variable called order_number.

Now that we have an Email Parsing Rule to extract data and store it in our user defined variable, using this information inside our Smart Responses is straight-forward. We simply have to include the name of the variable between curly braces when writing our Smart Response.

For example, if we want to include the client’s order number in our Smart Response, we just have to write {order_number}, as shown in the image below.

Add user defined variables in smart response