Why does this setting fail to persist the wrap-up code when I send a POST request to /api/v2/conversations/{conversationId} immediately after the interaction status changes to closed?
POST /api/v2/conversations/{conversationId}
{
"wrapupCode": {
"id": "my-wrapup-code-id",
"name": "Resolved"
}
}
“Wrap-up codes must be set by the agent within the client application after the conversation concludes.”
I get a 409 Conflict stating the conversation is already closed, yet the SFDC case sync triggers without the code.