Trying to pass a session from a Cognigy voicebot to a live agent using the CXone Studio Session Handover action. The bot completes, but the handover fails immediately.
Using GetRESTProxy to call /api/v2/icm/session-handovers. The payload looks valid:
{"sessionId": "abc-123", "targetGroup": "sales"}
But I get a 400 error saying ‘Invalid session state’. I’ve checked the logs and the session is active. Anyone seen this?