The flow
- An agent marks a ticket resolved.
- The SDK surfaces an inline five-face rating prompt (π β π) in the thread.
- The user taps a face (and can add an optional comment).
- A rating of 3 or higher advances the ticket
resolved β closed. Reopening stays a separate action β an unhappy user just replies in the thread, which reopens the ticket as usual.
Submitting a rating
If you build your own UI, submit the rating with one call:score is a 5-point scale, low to high: 1 (π) β¦ 5 (π).
If you use the prebuilt UI, the CSAT prompt is rendered
for you on resolve, so you donβt need to call
submitCsat yourself.