Trying to pass a custom variable session_id from the IVR to the agent desktop using the Set Participant Data action. The payload looks right in the logs, but the agent’s script doesn’t see it. Here’s the JSON I’m pushing:
{"session_id": "abc-123", "priority": "high"}
Nothing shows up in the participantData object on the other end. Am I missing a key in the mapping?