Documentation
Build with WeTalk
Everything you need to integrate global communications into your application. From SMS to Voice, WhatsApp to Email.
Send your first SMS
Get up and running in under 5 minutes
Explore the API
Complete endpoint reference with examples
Download SDKs
Official libraries for 8+ languages
Communication Channels
Choose your channel and start building
Quick Example
Send your first message with just a few lines of code
send-sms.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import WeTalk from '@wetalk/sdk';const client = new WeTalk({ apiKey: process.env.WETALK_API_KEY});// Send an SMS messageconst message = await client.sms.send({ await client.sms.send({ to: '+1234567890', from: 'WeTalk', body: 'Hello from WeTalk!'});console.log(`Message sent: ${message.id}`);Popular Guides
Most viewed documentation pages