Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The below example shows the steps to integrate the Orbita chatbot with Live Chat (https://www.livechat.com/).

Prerequisite

The Chatpage Chat page link from Live Chat. (https://my.livechatinc.com/settings/chat-page)

...

Code Block
if(!msg.payload.orbita) {
    msg.payload.orbita = {};
}
msg.payload.orbita.directive = [
    {
        type: 'liveagent',
        script: "This is the script from Function node",
        directUrl: "https://direct.lc.chat/12314445/"
    }
]
return msg;

type: The type should be set to liveagent

script: You can integrate the chatbot with a third-party plugin using a JavaScript code.

directUrl: You can integrate the chatbot with a third-party plugin using a URL.

Related Articles

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel = "experience-manager"