Message

todo

Field Type Description
name String A representatation of the type of this message. E.g. a holiday warning. Use this to do add custom logic to specific types. Do not display this to users.
title String A user friendly name for this property, which you can display to the user. E.g. "Description"
text String The value of this property. E.g. "This bread is good for breakfast"
type String String enumarion of 'HTML', 'PLAIN'

Examples

Example 1

{
    "name": "...",
    "title": "...",
    "text": "...",
    "type": "HTML"
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable