CustomMessage

Triggered by: CustomMessageSubscribe.

Switched off by: CustomMessageUnsubscribe.

Response Type - CustomMessage.

Response Body Fields: message format and values are defined by custom messages publisher

Example:

{
    "type": "CustomMessage",
    "body": {
        "test": {
            "test_child": "value_child"
        }
    }
}

Last updated