Documentation

Build with WeTalk

Everything you need to integrate global communications into your application. From SMS to Voice, WhatsApp to Email.

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 message
const message = await client.sms.send({ await client.sms.send({
to: '+1234567890',
from: 'WeTalk',
body: 'Hello from WeTalk!'
});
console.log(`Message sent: ${message.id}`);

Need help getting started?

Our developer support team is here to help you succeed.