📦
Official TypeScript SDK
Fully typed SDK with auto-retry, validation, and zero configuration needed. Built for modern TypeScript/JavaScript applications.
Send SMS, Email, and push notifications with a simple, powerful API
Get started with just a few lines of code:
import { MsGineClient } from '@msgine/sdk'
const client = new MsGineClient({
apiToken: process.env.MSGINE_API_TOKEN
})
const result = await client.sendSms({
to: '+256701521269',
message: 'Hello from MsGine!'
})
console.log('Message sent:', result.id)pnpm add @msgine/sdknpm install @msgine/sdkyarn add @msgine/sdk