Official SDKs
Tiny client libraries so you can send messages, PDFs and OTPs in a couple of lines — in your language.
Download all SDKs (.zip) API docs
PHP
$wa = new \DssWhatsApp\Client('wak_your_key');
$wa->send('923001234567', 'Hello!');Node.js
import { DssWhatsApp } from "@dynamicsoft/whatsapp-api";
const wa = new DssWhatsApp("wak_your_key");
await wa.send("923001234567", "Hello!");Python
from dss_whatsapp import DssWhatsApp
wa = DssWhatsApp("wak_your_key")
wa.send("923001234567", "Hello!")C# / .NET
var wa = new DssWhatsApp.Client("wak_your_key");
await wa.SendAsync("923001234567", "Hello!");Explore: Messaging API · OTP API · OTP vs SMS · vs Twilio · WooCommerce · SDKs · Partners · Pricing