Install & Initialize SuprSend NodeJS SDK using your workspace credentials for sending notifications.
npm install @suprsend/node-sdk@latest
const {Suprsend} = require("@suprsend/node-sdk"); const supr_client = new Suprsend("WORKSPACE KEY", "WORKSPACE SECRET");
WORKSPACE KEY
WORKSPACE SECRET
Was this page helpful?