Skip to main content

SDKs

Draft

Structural skeleton — content authored separately.

Official, idiomatic SDKs wrap the Msgly REST API with typed models, retries and webhook signature verification. Prefer an SDK over raw HTTP where one exists.

Install

npm install @msgly/sdk

Supported languages

Node.js

TypeScript-first, Promise based.

Python

Sync & async clients.

Java

JVM, builder API.

Kotlin

Coroutine friendly.

PHP

PSR-18 compatible.

Go

Context-aware client.

C#

.NET Standard 2.0+.

cURL

No SDK? Call the REST API directly.