Public SDKs for 1msg.io extended WhatsApp API.
npm install @1msg/sdkimport { createClient } from '@1msg/sdk';
const client = createClient({
baseUrl: 'https://api.1msg.io',
instanceId: 'YOUR_INSTANCE_ID',
token: process.env.MSG_API_TOKEN!,
});
await client.sendMessage({ body: 'Hello', chatId: '12020721369@c.us' });Source: typescript/
Documentation:
Additional SDKs will be published gradually to their respective package registries. See the 1msg Developers Platform for install commands.