v1

latestOpenAPI 3.0.32026-07-1471019.9 KB
API: Message Metadata

Save message feedback

This endpoint allow you to record any feedback for a message for analytics purposes.

post/chat/message/feedback

Request body

messageIdstring uuid required

ID of the answer message id.

feedbackstring required

Feedback received from the user for the given answer.

senderIdstring

Example request

{
  "messageId": "16763be4-6022-406e-a950-fcd5018633ca"
}

Response

A response containing indication if the feedback was successfully recorded.

successboolean