Send SMS Bulk AI
This API allows you to send the same SMS message to multiple mobile phone numbers in a single API call.
Last updated
This API allows you to send the same SMS message to multiple mobile phone numbers in a single API call.
Last updated
POST
https://api.getspendo.com/gateway/api/v1/ai/send/bulk/sms
Send SMS to ArrayList of Phone Number
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Good to know: You can use our API Method block to fully test all the API method.
Take a look at how you might call this method using our official libraries, or via curl
:
apiKey*
String
The API key that you get from spendo's dashboard.
from*
string
The sender ID you want to appear as the sender of the message.
message*
string
The text message that you want to send, formatted as a string.
to*
string
An array of phone numbers of the recipients, formatted as strings without any spaces or special characters.