Hey everyone. I am working on a CVP app in Call Studio v11.6.1 ES5 that will parse a PV into the body of an API POST. Is there a way that I can parse out PV data into the following format:
From ICM:
PV1 = 1111,1112,1113,1114
To CVP app:
<refURL>/unifiedconfig/config/agent/1111</refURL>
<refURL>/unifiedconfig/config/agent/1112</refURL>
<refURL>/unifiedconfig/config/agent/1113</refURL>
<refURL>/unifiedconfig/config/agent/1114</refURL>
Also, is there a way to test an API post from Call Studio? Just running a debug doesn't show me these results. Thank you all in advance.