Documents
  • 👋Welcome to Norbit.chat
  • Overview
    • 💡Installation
  • CONVERSATIONS
    • Manage Conversations
    • Text Editor and Automated Messages Features
    • Rich Messages
  • USERS
    • Manage Users
    • Manage Agents
    • Registration Form
    • Information
  • SETTINGS
    • Office Hours
    • Knowledge Base Articles
    • Language and Translations
    • Departments
    • Queue
    • Routing
    • Manual routing
    • Email piping
    • Direct messages
    • Newsletter
  • dialoglow
    • Synchronization
    • Get Project ID
    • Chatbot Creation
    • Automatic Translation
    • Human Takeover
    • Smart Reply
    • OpenAI
    • Google search
    • Optimal configuration for the chatbot
    • Information
  • Whatsapp
    • Installation
    • Fallback messages
    • More information
  • Messenger
    • Installation
    • Instagram
    • More information
  • TWITTER
    • Installation
    • More information
  • Telegram
    • Installation
    • More information
  • Google Business Messages
    • Installation
    • More information
  • VIBER
    • Installation
    • More information
  • LINE
    • Installation
    • More information
  • WECHAT
    • Installation
    • More information
  • ZENDESK
    • Installation
    • More information
  • SLACK
    • Synchronization
    • Information
Powered by GitBook
On this page
  • Rich Messages
  • Commas
  • Global parameters
  • Custom rich messages
  1. CONVERSATIONS

Rich Messages

PreviousText Editor and Automated Messages FeaturesNextManage Users

Last updated 1 year ago

Rich messages are special messages with interactive features like buttons, dropdowns, or inputs. They allow an agent to request information from the user via a user input form or to diplay interactive contents. Rich messages can be inserted into a chat message using shortcodes. Shortcodes accept various parameters like title and description. The available rich messages are listed below.

How it works:


1

Create and send

Create a rich message by inserting the shortcode into the text editor of the admin area. Customize all of the parameters with your information and send your message.2

Message is displayed

When a shortcode is used, the user sees the rich message (not the shortcode) and can select or enter the required information to complete the form submission.3

User's response is submitted

Once the rich message form has been filled out and sent by the user, a success message is shown and the form data is saved.


Rich Messages


Name
Shortcode
Description

Card

Call-to-action card with an image, title, description, link, and more.

Slider

Slider of call-to-action cards with an image, title, description, link, and more. You can add up to 10 slides.

Slider images

Slider of images.

Chips

List of buttons.

Buttons

List of buttons.

Select

Dropdown list of options.

Inputs

List of text inputs.

Email

Form to collect the user's email and phone number. All attributes are optional. Follow up settings used as default values. Add the attribute required-messaging-apps="true" to force users to provide their email and phone on messaging apps.

Registration

Registration form.

Timetable

Timetable.

Articles

Articles with search area. The link attribute is used as fallback message for Facebook Messenger, WhatsApp, Telegram messages.

Rating

Agent rating form. To make the rating shortcode work on WhatsApp, Messenger, Telegram you need to use Dialogflow and the chatbot, create a new Intent with rating as input Context, nothing as output Context, a list of the user's most common messages for a positive rating as Training phrases(e.g. good, positive) and { "rating": 1, "force-message": true } as Custom Payload response. For the negative rating create a new intent with same context but replace the training phrases and the custom payload to { "rating": -1, "force-message": true } . The shortcode must include also a title or message.

List

Text list.

List double

Text list with titles.

List image

Text list with titles and images.

Table

Table.

Button

Display a link or open an article. The attribute target="_blank" is optional and open the link in a new window. The attribute style="link" is optional and change the button design. To open an article on click the link value must be #article-ID, replace ID with the article ID.

Video

Display a YouTube or Vimeo video. The value of the attribute type can be youtube or vimeo. The attribute id is the ID of the video, get it from the URL. The attribute height is optional and sets the video height in px.

Image

Image.

Share

Social share buttons.


Commas

If your texts include commas you need to replace all commas with the characters \,.


Global parameters

All of the rich messages support the following parameters:


Parameters
Description

The ID of the rich message (used also to save the JSON data).

The rich message title.

The rich message description that appears underneath the title.

The message that appears when the user completes and sends the rich message. The user input is appended to this message.

Extra field for optional extra values.



Custom rich messages

You can create custom rich messages with your own custom content by going to Settings > Miscellaneous. Currently, custom rich messages are static and there are no interactive options available as there are with shortcodes.

[card image="URL" header="TITLE" description="Lorem ipsum dolor sit amete" link="URL" link-text="Purchase" extra="$599" target="_blank"]
[slider image-1="URL" header-1="TITLE" description-1="Lorem ipsum dolor sit amete" link-1="URL" link-text-1="Purchase" extra-1="$599" image-2="URL" header-2="TITLE" description-2="Lorem ipsum dolor sit amete" link-2="URL" link-text-2="Purchase" extra-2="$599" target="_blank"]
[slider-images images="URL,URL,URL"]
[chips options="A,B,C"]
[buttons options="A,B,C"]
[select options="A,B,C"]
[inputs values="A,B,C" button="Send now"]
[email name="true" last-name="true" phone="true" phone-required="false" placeholder=""]
[registration]
[timetable]
[articles link="https://norbit.chat/articles-demo"]
[rating label-positive="Helpful" label-negative="Not helpful" label="Rate and review" success-negative=""]
[list values="A,B,C"]
[list values="A:X,B:Y,C:Z"]
[list-image values="URL:A,URL:B,URL:C"]
[table header="A,B,C" values="A:B:C,A:B:C,A:B:C"]
[button link="https://norbit.chat" name="Click here" target="_blank" style="link"]
[video type="youtube" id="0TImic4N1ko" height="350"]
[image url="https://norbit.chat/media/admin.png"]
[share fb="https://norbit.chat/" tw="https://norbit.chat/" li="https://norbit.chat/" pi="https://norbit.chat/" wa="https://norbit.chat/"]
id="123"
title="ABC"
message="ABC"
success="ABC"
settings="ABC"
Rich message
Rich message
Rich message