Jump to: navigation, search
(Update with the copy of version: draft)
(Update with the copy of version: draft)
Line 1: Line 1:
 
= Callback =
 
= Callback =
  
[[File:Callback_CustomForm_001.png|400px]]
+
{{NoteFormat|Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/Callback-combined.}}
<br/>
 
*[[CallbackConfiguration|Configuration]]
 
*[[CallbackLocalization|Localization]]
 
*[[CallbackCommands|API Commands]]
 
*[[CallbackEvents|API Events]]
 
  
== Overview ==
 
 
The Callback Widget provides a form to fetch user details like Name, Phone number, Email and Callback Immediate / Call at a user preferred time and submits to the Customer Service. Preferred times are updated based on the agents availability so that user can pick one.
 
 
== Usage ==
 
 
Callback can be launched manually by the following methods:
 
* Calling the [[CallbackCommands|command]] "Callback.open"
 
* Configuring [[ChannelSelectorConfiguration|ChannelSelector]] to show Receive a Call as a channel
 
* Configuring [[CalendarConfiguration|Calendar]] to show a Date-Time picker for selecting a preferred time.
 
 
==Dependency==
 
 
The Callback Widget needs [[Calendar|Calendar]] plugin. Make sure that it is included.
 
 
== Customization ==
 
 
All text shown in the Callback Widget is fully customizable and [[GWCInternat|localizable]] by adding entries into your [[CallbackConfiguration|configuration]] and [[CallbackLocalization|localization]] options.
 
 
Callback supports themes. You may create and register your own themes for Genesys Widgets.
 
 
== Namespace ==
 
 
Callback plugin has the following namespaces tied-up with each of the following types:
 
 
{| style="width: auto;"
 
|-
 
! Type
 
! Namespace
 
|-
 
| [[CallbackConfiguration|Configuration]]
 
| callback
 
|-
 
| i18n - [[CallbackLocalization|Localization]]
 
| callback
 
|-
 
| CXBus - [[CallbackCommands|API Commands]] & [[CallbackEvents|API Events]]
 
| Callback
 
|-
 
| CSS
 
| .cx-callback
 
|-
 
|}
 
 
== Mobile Support ==
 
 
Callback supports both desktop and mobile devices. Like all Genesys Widgets, there are two main modes: Desktop & Mobile. Desktop is employed for monitors, laptops, and tablets. Mobile is employed for smartphones. When a smartphone is detected, Callback switches to special fullscreen templates that are optimized for both portrait and landscape orientations.
 
 
Switching between desktop and mobile mode is done automatically by default. You may configure Genesys Widgets to switch between Desktop and Mobile mode manually if necessary.
 
 
== Screenshots ==
 
 
'''"Dark" Theme'''
 
<gallery>
 
Callback_Calendar_desktop.png|Callback with Calendar in desktop
 
Callback_desktop_choose_when.png|Choose Callback time in desktop
 
Callback_Dark_mobile_Portrait.png|Mobile fullscreen view in portrait orientation
 
Callback_Dark_mobile_Landscape.png|Mobile fullscreen view in landscape orientation
 
</gallery>
 
 
'''"Light" Theme'''
 
<gallery>
 
Callback_Light_desktop.png|Desktop Callback view with selected date and time
 
Callback_Light_mobile_portrait.png|Mobile fullscreen view in portrait orientation
 
Callback_Light_mobile_country_codes.png|Mobile fullscreen view showing country codes for phone numbers
 
Callback_confirmation_desktop.png|Callback confirmation in desktop
 
</gallery>
 
  
 
[[Category:V:PSAAS:Public]]
 
[[Category:V:PSAAS:Public]]

Revision as of 21:52, October 17, 2019

Callback

Important
Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/Callback-combined.
Comments or questions about this documentation? Contact us for support!