cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
385
Views
0
Helpful
1
Replies

CCX Scripting collect and post the CSQ info to a 3rd party server?

braedwstr
Level 1
Level 1

I am trying to pass/post the CSQ information from a CCX script to a third party server.  I've been able to collect other data and pass those but I can't seem to pass the CSQ information even though I've set CSQ it in a previous step and also Set Enterprise Info step and tried using some Get steps.  The third party server is expecting to see the variable passed as the name "queue".  Also this script I'm working on is a subflow script that executes while the call is being transferred to an agent.  So I don't know if thats the issue either.

 

With that said if someone could provide assistance or point me in the right direction to "Get" the CSQ and post it with the variable name "queue", that would be awesome.

1 Reply 1

What kind of 3rd party server? Anything you do with enterprise data exists only in the context of CCX. You could write to an external SQL database or try to send the information with a REST call. It depends on where/how you are trying to store the information.