Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Gef Buneri on July 19, 2022, 01:48:53 PM
-
Maybe a stupid question, btw... it can still be used? if not, which instrument is nowadays used in PureCloud to create IVRs?
Hope everything's fine out there, best regards.
-
IRD is no longer supported for Genesys cloud. There is ani app called architect - https://help.mypurecloud.com/articles/about-architect/
-
Thank you Kubig. Yep, I know Architect. An import of IRD strategies would be possible? or in case of a migration everything must be done again by scratch?
-
Hi,
As pointed out Genesys PureCloud uses Architect and Genesys MultiCloud aka Genesys Engage containerized to run on Kubernetes on AWS, Azure, GCP or self hosted uses Designer. Both are web based applications.
For PureCloud you can script call flows using Archy which is a command line tool that lets you create Architect flows in a Genesys PureCloud organization, using an easy-to-understand YAML ( "YAML Ain't Markup Language" ) file format. You can get a rich interactive flow development experience in certain third-party code editors, complete with YAML typeahead suggestions, by integrating Archy-generated JSON object schemas.
Internally Archy is built on top of the Genesys Pure Cloud Platform SDK and the Genesys PureCloud Architect Scripting SDK.
Many years ago I wrote a program that would take IRD strategies exports as XML files and them produce a Visio diagram from it :
http://genesysguru.com/blog/blog/2011/03/18/documenting-genesys-strategies/
https://www.youtube.com/watch?v=1jR4UY0tTzA
So technically it would be possible to create an IRD XML export -> Archy YAML import tool to automate all this. It all comes down to how complex the IRD stategies and subroutines are v cost and time to recreate from scratch.
-
Hi Guru, that's good news. So basically using Archy you can obtain something similar as for the import from xml into the Orchestrator. That would be a big help in case of very big strategies; for the medium small think to rebuild them should fit.