Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt

Use this file to discover all available pages before exploring further.

Installation

npm install @suprsend/node-sdk@latest

Initialization

const {Suprsend} = require("@suprsend/node-sdk");

const supr_client = new Suprsend("WORKSPACE KEY", "WORKSPACE SECRET");
Replace WORKSPACE KEY and WORKSPACE SECRET with your workspace values. You will find them on SuprSend Dashboard Developers -> API Keys page.