Setup

Nabla JS Messaging module set up

📘

Before integrating the Messaging module, make sure you followed the SDK installation guide.

The messaging module makes it easy to build a modern messaging experience and to allow to interact with your care team via text, image, video, document and audio messages.

Setup Messaging module

You need to initialize the NablaMessagingClient, passing the NablaClient instance you already created before:

const nablaMessagingClient = new NablaMessagingClient(nablaClient);