Skip to main content
To begin using the SDK, you first need to embed the ChatNode popup chat script into your application. This script loads the necessary SDK methods onto your webpage. To get the embed code:
  1. Head over to your ChatNode Dashboard.
  2. From there, navigate to the Share tab and Popup Chat.
  3. You will find the necessary script to copy and paste into your application’s HTML.
Here’s an example of the embed code you’ll find on the dashboard: Popup Chat Embed Script It is important to load the popup chat script before attempting to call any of the SDK methods described in the next pages. Once the script is embedded, you can start using the various features of the SDK, such as registering client-side custom actions, adding event listeners, and controlling the chat widget programmatically.
I