Add a text comment to a CSAT response
CSAT
Add a text comment to a CSAT response
Attaches an optional text comment to an existing CSAT response. The comment is classified asynchronously. Fails with 403 if the CSAT response does not belong to the caller company.
POST
Add a text comment to a CSAT response
Authorizations
Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.
Path Parameters
MongoDB ObjectId of the CSAT response.
Pattern:
^[0-9a-fA-F]{24}$Body
application/json
Text feedback content.
Maximum string length:
3000Example:
"El proceso fue muy facil."
Response
Text comment accepted