Skip to main content
Skip table of contents

Whisper Message


Agents can exchange messages amongst each other in an active conversation. The customer will not be able to see whisper messages. Any type of message can be sent here e.g. Plain, Video, Image etc.

Properties and Example
Properties
PropertyTypeDescription
name REQUIREDStringvalue = "WHISPER_MESSAGE"
type REQUIREDStringvalue = "WRAPUP"
markdownText OPTIONALStringany text can be sent in this.
typeString 

Any message type can be sent in this e.g.

type = "VIDEO"

Example
CODE
{
   {
    "id": "85ba0a42-d3ff-4087-a323-5c15f5a78d91",
    "name": "WHISPER_MESSAGE",
    "type": "MESSAGE",
        "body": {
            "markdownText": "hello",
            "type": "PLAIN"
        }
    }

}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.