POST
/api/v1/customer/messages/reply
This API method will add a new message to a specific message group. The logged in customer must be part of the group to add a message.
Request Parameters
Parameter | Value / Type | Required |
|---|---|---|
body | STRING | true |
platform | STRING | false |
Sample Response
{
"status": true,
"message": "Successfully sent reply to chat group"
}{
"status": false,
"message": "You are not part of this chat group"
}{
"status": false,
"message": "Failed to send reply to chat group"
}