CommunicationHub API Helper
npm install @crowd-engineers/com-hub-api-helper
import { MessageServiceAPI } from "@crowd-engineers/com-hub-api-helper";const instance = new MessageServiceAPI({
serviceUuid: "UUID",
messageServiceDomain: process.env.MESSAGE_SERVICE_DOMAIN,
messageServicePublicKey: process.env.MESSAGE_SERVICE_PUBLIC_KEY
});
``