Jump to: navigation, search
(Update with the copy of version: draft)
(Automated save: adding PEC_Migrated template.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Configuration =
 
= Configuration =
== Description ==
 
Callback and CallbackService share the configuration namespace '_genesys.widgets.callback'. Callback has UI options while CallbackService has connection options.
 
== Example ==
 
<pre>
 
window._genesys.widgets.callback = {
 
  
apikey: 'n3eNkgXXXXXXXXOXXXXXXXXA',
+
{{Template:PEC_Migrated}}
dataURL: 'http://fce-w0147.us.int.genesyslab.com:8010/genesys/1/service/callback/samples',
 
userData: {},
 
countryCodes: true
 
};
 
</pre>
 
  
== Options ==
+
 
{|
+
 
|-
+
{{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/CallbackService-combined#Configuration.}}
! Name
 
! Type
 
! Description
 
! Default
 
! Required
 
|-
 
| apikey
 
| string
 
| API access token. Please contact your Genesys representative to obtain your API access token.
 
| n/a
 
| Yes
 
|-
 
| dataURL
 
| URL String
 
| URL of GMS callback server
 
| n/a
 
| Always
 
|-
 
| userData
 
| object
 
| Arbitrary JSON attached data to include while scheduling a callback
 
| {}
 
|
 
|-
 
| ajaxTimeout
 
| number
 
| Number of milliseconds to wait before AJAX timeout
 
| 3000
 
|
 
|-
 
|}
 
  
 
[[Category:V:PSAAS:Public]]
 
[[Category:V:PSAAS:Public]]

Latest revision as of 22:37, June 21, 2020

Configuration

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.



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/CallbackService-combined#Configuration.
This page was last edited on June 21, 2020, at 22:37.
Comments or questions about this documentation? Contact us for support!