Bulk SMS
Seamlessly integrate BulkSMS with your favorite APIs, databases, and programming languages, using WayScript.
Get Your Message Across with BulkSMS

​
âš™
Setup

To setup BulkSMS, you'll need your API Token generated from your BulkSMS account. Settings > Developer Settings > API Tokens

​
âš¡
Modes

​
💬
Send Message

📤
Output

1
SMS_Send_Response = [
2
{
3
"from": {
4
"type": String,
5
"address": String
6
},
7
"to": [
8
{
9
"type": String,
10
"address": String,
11
"fields": [ String ]
12
}
13
],
14
"routingGroup": String,
15
"encoding": String,
16
"longMessageMaxParts": Int,
17
"body": String,
18
"userSuppliedId": String,
19
"protocolId": String,
20
"messageClass": String,
21
"deliveryReports": String
22
}
23
]
Copied!
Last modified 1yr ago
Export as PDF
Copy link