This page was last edited on May 11, 2018, at 12:35.
Comments or questions about this documentation? Contact us for support!
CallbackService exposes a high-level API for utilizing Genesys Callback services. You can use these services to schedule a callback with customer service using our callback widget or by developing your own custom Callback widget. Using CallbackService drastically simplifies integration and greatly improves reliability, features, and compatibility on the bus for all widgets.
CallbackService and the matching Callback widget work together right out of the box and they share the same configuration object. Using Callback uses CallbackService.
You can also use CallbackService as a high-level API using bus commands and events to build your own Callback widget.
Callback Service plugin has the following namespaces tied-up with each of the following types.
Type | Namespace |
---|---|
Configuration | callback |
CXBus - API Commands & API Events | CallbackService |
CallbackService has no customization options. It is meant as a plug-n-play type of plugin and works as-is.