Add CSAT Data to Issue
POST https://api.helpshift.com/v1/{{domain}}/chat/issues/{{issue_id}}/csat
Add CSAT response to an issue. The CSAT response consists of two parts - a rating from 1 to 5, and an optional feedback comment.
The user must be the original author of the issue.
Request Body
[{"name"=>"identifier", "value"=>"{{user.identifier}}", "datatype"=>"string"}, {"name"=>"platform-id", "value"=>"{{platform_android}}", "datatype"=>"string"}, {"name"=>"rating", "value"=>"1", "datatype"=>"number"}, {"name"=>"comment", "value"=>"Very rude!", "datatype"=>"string"}]