Skip to main content
Skip table of contents

CIM Plain Text Message

Plain messages are simplest of the message types and are supported by all channels. 

The body should be in JSON format and include the following properties:

PropertyDesc.
type - String - RequiredValue = "PLAIN"
markdownText - String - OptionalContains custom plain text message sent by end user.
BASH
"body": {
        "type": "PLAIN",
        "markdownText": "Hi"
    }
JavaScript errors detected

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

If this problem persists, please contact our support.