We’re trying to enforce specific wrap-up codes based on interaction metadata. The goal is to call POST /api/v2/conversations/interactions/{interactionId}/wrapup after the agent clicks end. The request body is just { "code": "WU_001" }.
Getting a 409 Conflict with code_already_set. Is there a way to override or check status first without polling? Just want to ensure the trace context hits the correct queue before the code locks.