03-22-2021 06:15 PM
There is some guide or documentation where I can support or someone who can guide me in knowing the protocols or programming languages with which I can integrate a traditional ivr script to a general banking network for example to make a query or block a product.
that uccx version 12 can be integrated natively or on its own without depending on third-party applications or platforms, for example without web server between the uccx and the banking database.
03-23-2021 01:55 AM
Hey Y.
It all depends of what kind of integration your banking system has.
For one of my customer (also a bank) i use the MAKE REST Call step to integrate directly to they banking system. This is returning JSON that i then make my routing strategy from (if the customer has account (and have many ), apply for a loan etc.).
I make the call with a user pin and they number (in the body of my rest call) so I validate them to the banking system.
You can read more of the MAKE REST CALL step her
UCCX REST/JSON Post - Page 2 - Cisco Community
The rest step can alse return XML or what you want - depends of you service you are calling
You can also integrate directly thru SQL if that what you want instead.
For both of these you don't need a middleware server, both integrate directly from the UCCX server.
What kind of integration does your banking system has ?
Regards
Thomas
03-23-2021 03:34 PM
03-23-2021 02:03 AM
For the Database integration you need premium agents, and for using the MAKE REST CALL you only need an enhanced license
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide