Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

1msg/1msg-sdk

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1msg SDK

Public SDKs for 1msg.io extended WhatsApp API.

TypeScript / JavaScript

npm install @1msg/sdk
import { 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:

  • README.md — full developer guide
  • AGENTS.md — machine-readable index for AI coding agents

Other languages

Additional SDKs will be published gradually to their respective package registries. See the 1msg Developers Platform for install commands.

Java

implementation("io.1msg:sdk:1.0.1")

Source: java/

Kotlin

implementation("io.1msg:sdk-kotlin:1.0.2")

Source: kotlin/

Scala

libraryDependencies += "io.1msg" %% "sdk-scala" % "1.0.2"

Source: scala/

C#

dotnet add package OneMsg.ChatApi --version 1.0.2

Source: csharp/

About

Public SDKs for 1msg.io extended WhatsApp API

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.