Add messages to conversation
POST chat/conversations/{id}/messages[
{
"message": "Example of chat message",
"author": {
"name": "John",
"email": "[email protected]"
}
},
{
"message": "Example of previous chat message",
"author": {
"name": "John",
"email": "[email protected]"
},
"creationTime": "2023-10-19T10:00:58.84+00:00"
}
]Field
Type
Comment
Last updated
Was this helpful?