Revision as of 17:59, June 14, 2016 by Bfriend (talk | contribs) (Configuration)
Jump to: navigation, search

Configuration

Description

CXSendMessage and SendMessageService share the configuration namespace '_genesys.cxwidget.sendmessage'. CXSendMessage has UI options while SendMessageService has connection options.

Example

window._genesys.cxwidget.sendmessage = {

	apikey: 'n3eNkgLLgLKXREBMYjGm6lygOHHOK8VA',
	dataURL: 'http://10.0.0.121:7777/genesys/2/email',

	SendMessageButton: {

		enabled: true,
		template: '<div>Email</div>',
		effect: 'fade',
		openDelay: 1000,
		effectDuration: 300,
		hideDuringInvite: true
	}
};

Options

Name Type Description Default Required
apikey string Apigee Proxy secure token Yes, if using Apigee Proxy
dataURL URL String URL of GMS server Always
ajaxTimeout number Number of milliseconds to wait before AJAX timeout 3000
Comments or questions about this documentation? Contact us for support!