Quick Start
Version requirement for the plugin
Injection detection for the plugin
if (typeof window.relationOne !== 'undefined') {
console.log('Relation ONE is installed!');
}Waking up the chat window of the plugin:
Parameter
Type
Note
if (window.relationOne && window.relationOne.chat) {
window.relationOne.chat({
relationId: 'xxx-xxx-xxx',
userName: 'xxxx',
})
}Last updated