Add message context to conversation
POST chat/conversations/{id}/previousMessages[
{
"message": "Hi, I sent this via email before signing in",
"author": {
"name": "John",
"email": "[email protected]"
}
},
{
"message": "Thanks for reaching out. Let me help you with that.",
"author": {
"name": "John",
"email": "[email protected]"
},
"creationTime": "2023-10-19T10:00:58.84+00:00"
}
]Field
Type
Comment
Last updated
Was this helpful?