Configuration options
Make the support widget your own by configuration of the Launcher and Messenger objects.
Introduction
var configuration = {
community: 'COMMUNITY_NAME',
moduleMask: 7,
widgetId: 'WIDGET_ID',
messenger: {}, // This object will configure the messenger window
launcher: {} // This object will configure the launcher
};
Messenger Object
Attributes
Home Sub-object
Chat Sub-object
FAQ Sub-object
Form Sub-object
Launcher Object
Methods
Show or hide the messenger
Log in Chat users automatically
Adding custom data to the ticket
Last updated
Was this helpful?