Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The body is a JSON object with these properties:

messages

A JSON array with 1 or more messages.

Note: Characters \n and \r are removed. For multi-line messages, add each line as separate array element:

Code Block
"messages": ["This is my first line.", "May second line"],


string[], Mandatory

successIndicate if the event refers to a success or a failure. This helps to understand the purpose of the event

bool, Mandatory

originOptional string. Permits to specify who or what initiated or sent the message. For information purposes only.

string?, Optional

...