Jump to: navigation, search

Configuration

Description

SendMessage and SendMessageService share the configuration namespace '_genesys.widgets.sendmessage'. SendMessage has UI options while SendMessageService has connection options.

Example

window._genesys.widgets.sendmessage = {

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

	SendMessageButton: {

		enabled: true,
		template: <div class="cx-icon" data-icon='email'></div>,
		effect: 'fade',
		openDelay: 1000,
		effectDuration: 300
	}
};

Options

Name Type Description Default Required
formValidation boolean Enable/Disable browser form validations. true n/a
SendMessageButton.enabled boolean Enable/Disable Send Message button on screen. false n/a
SendMessageButton.template string Custom HTML string template for Send Message button
<div class="cx-widget cx-send-message-button cx-side-button" data-message="SendMessageButton" data-gcb-service-node="true"><span class="cx-icon" data-icon='email'></span><span class="i18n cx-send-message-button-label" data-message="SendMessageButton"></span></div>
n/a
SendMessageButton.effect string Type of animation effect when revealing Send Message button ('slide' or 'fade'). fade n/a
SendMessageButton.openDelay number Number of milliseconds before displaying send message button on screen. 1000 n/a
SendMessageButton.effectDuration number Length of animation effect in milliseconds. 300 n/a
This page was last edited on February 27, 2018, at 18:29.
Comments or questions about this documentation? Contact us for support!