Trying to set the wrap-up code via API right after a conversation ends. Using POST /api/v2/conversations/{conversationId}/wrapup with a standard JSON payload. Getting a 204 No Content, which looks good, but the code never shows up in the admin UI or analytics. I’ve verified the user has the correct permissions and the interaction ID is valid. Here’s the payload I’m sending:
{"code": {"id": "my-wc-id"}, "notes": "Test"}
Is there a delay or a specific state requirement I’m missing?