Send messages via WhatsApp, Telegram, SMS, and more through a simple, unified API. Secure. Reliable. Developer-friendly.
Built for developers who want simplicity without sacrificing power
Just init() and send(). Get started in minutes, not hours.
Your credentials never leave our servers. We encrypt everything with AES-256-GCM.
One API for WhatsApp, Telegram, SMS, and more. Switch platforms without changing your code.
Our SDK is less than 20KB gzipped. Fast, efficient, and perfect for production.
Built with rate limiting, automatic retries, webhooks, and comprehensive logging.
Full TypeScript support, detailed docs, and examples to get you up and running quickly.
Connect to multiple messaging services with one integration
Telegram
SMS
More coming soon
Initialize the SDK and start sending messages
// 1. Install the SDK
npm install @nsisong/messagejs
// 2. Initialize
import messagejs from '@nsisong/messagejs';
messagejs.init({
apiKey: 'sk_live_your_api_key',
baseUrl: 'https://api.messagejs.pro'
});
// 3. Send a message
const result = await messagejs.sendMessage({
to: '+1234567890',
channel: 'whatsapp',
message: 'Hello from MessageJS!'
});
console.log('Message sent:', result.id);Start free, scale as you grow
$29
Per month
Custom
Contact us
Join developers building the future of messaging