Conversation Management
  • What is Conversation Management
  • Getting started
  • Understanding the terminology and GUI
  • Agents
  • Canned responses and private notes
  • How to create a human-agent service for a website
  • How to update the inbox details
  • How to create a chatbot using Quickwork
  • How to embed a web widget in an existing Android app using Conversation Management's SDK
  • How to embed a web widget in an existing iOS app using Conversation Management's SDK
  • How to connect Facebook Messenger with a human-agent service
  • How to connect WhatsApp with a human-agent service
  • How to connect Twitter with a human-agent service
  • Message templates
    • Text message
    • Carousel
    • Quick replies
    • Button template
    • Media template
Powered by GitBook
On this page
  • Images
  • Video
  • Audio
  • iframe
  • Document
  • Email

Was this helpful?

  1. Message templates

Media template

Send images, videos, audio, and documents using the media template. You can also embed YouTube videos using the iframe code and send via an iframe template to a user.

PreviousButton template

Last updated 3 years ago

Was this helpful?

Conversation Management supports various media sharing templates to make the conversation interactive. The media template allows you to send images, videos, and audio as a structured message in the middle of the conversation.

Images

Images, in the format .jpg, .png, .bmp, etc., with an optional title express information more precisely. When you tap the image, the image prompts out in a lightbox view, which means it opens up as a larger picture dimming out the rest of the chat window and occupying the efficient screen dimension to display:

Video

Conversation Management supports video streaming with extensions such as .mp4, .wmv, .mpg, etc. The video can be viewed, shared with others, and downloaded locally from the chat window as well:

Audio

Audio template lets you convey information through audio clips or podcasts that you have recorded for better customer engagement. Audio formats such as .mp3, .wav, etc. are accepted:

iframe

iframe is an HTML element using which you can send videos that are deployed on a web portal and publicly available for the viewers i.e., videos that are embedded as third-party property and cannot be downloaded. For example, videos uploaded on YouTube and Dailymotion. The <embed> section contains the iframe code with the embedded link, e.g., https://www.youtube.com/embed/zing4uQ3dR4?start=, 2 that proves useful to share the video in the chat window.

Document

The document template is used to share all other file types except for the ones mentioned above. For example, PDFs, Word files, Excel sheets, Powerpoint presentations, ZIP files, or files in any other formats can be shared with a user/visitor using this template:

Email

The email template helps get the email id of the user/visitor. The advantage of this template is that it provides a special input field for the user to enter the email. Once the user enters the email, the response can be submitted by either hitting the enter key or clicking the arrow button right next to the input field. As soon as the user submits the response, the email ID will then reflect in the Personal Information section of the conversation on the Conversation Management dashboard. Also, the name of the user/visitor is set automatically as part of the email ID string present before the @ symbol. Once submitted, the input field in the message is replaced by the entered email ID in italics font-style:

Figure 1: Image template
Figure 2: Video template
Figure 3: Audio template
Figure 4:Document template
Figure 5: Email templates