Skip to main content
POST
Add Feedback to a Specific Conversation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

ID of the conversation

Body

application/json
comment
string
required

Notes or comments to record

Required string length: 1 - 8192
Example:

"good"

rating
integer
required

Star rating to record

Required range: 1 <= x <= 5
Example:

5

Response

Feedback added successfully

Any feedback added to the conversation by business is managed here.

id
string
orgId
string
conversationId
string
feedback
string
rating
integer
createdBy
string
createdAt
string<date-time>
updatedBy
string
updatedAt
string<date-time>