Bulk SMS is a mobile messaging service that allows to send high or low volumes of non-premium SMS quickly and efficiently.
Questions tagged [bulksms]
71 questions
0
votes
1 answer
Error Code "1375" meaning in Inetlab SMPP Library
I implemented a code to send bulk SMS using dotnet Inetlab.SMPP library. I send large number of messages (700K) for example. it works well and send most of the messages successfully. but in some of them it return error code (1375) I attached…

Nahla Abubaker
- 1
- 1
0
votes
0 answers
Having issues with YOURLS increment values
I recently hosted my own url shortner using YOURLS for my bulk sms marketing but the problem I'm having right now is YOURLS increments each link by a value but each generated link does not point to the original intended link. Let's say original…

Drpu Workstation
- 1
- 3
0
votes
1 answer
I can't send bulk sms to different phone numbers in Twilio API
I have tried to send bulk sms in Twillio for a while.
Which I done things;
Firstly, I created a service in Messaging Services page.
And then, I created a notify services with message service sid in Notify Services page.
After those, I requested with…

Fatma Seda
- 19
- 6
0
votes
1 answer
Can I use Twilio's look up API with bulk SMS?
It seems not reasonable using Twilio's lookup API for each message when I try to send out a bulk. It'll be too expensive and time consuming? So I'm wondering if there's a way or a technique I can integrate Twilio's Lookup API with my bulk.

LeonMher
- 25
- 3
0
votes
1 answer
Need to send SMS to 11K people at once but don't know in advance how much $ to have in balance?
I have a python script which sends to all 11K people an SMS at once, they are from all sorts of countries.
I don't want to have money left over in my balance as I won't be doing that again.
Problem it's too difficult to estimate the cost as the…

Yaakov Unger
- 3
- 5
0
votes
1 answer
Interacting SQL Server database via SMS in ASP.Net
I am working on an B2B ASP.Net app, where I am targeting people having mobile phone. I want to know if i can use my sms gateway two way , for both sending and receiving msgs. I havent used sms gateway earlier.
I want such a gateway that i can send…
user240141
0
votes
1 answer
How to send bulk SMS using Nexmo/Vonage
I'm using Nexmo/Vonage for sending SMS, Nexmo allows 30 concurrent requests for the operations, and for sending messages it allows 1 SMS/Sec for long code and 30mps (message per second) for the toll-free numbers.
right now I'm using it at its full…

Mr. J
- 320
- 3
- 14
0
votes
1 answer
Top Group SMS Option for iPhone?
I'm looking for an iPhone app (or web and phone app) that lets me send group SMS texts to smartphones and dumbphones that
handles replies to my group
texts within the app
doesn't automatically 'reply
all' and
let's me set up at least…

dmwhite
- 1
0
votes
1 answer
Unable to trigger Bulk SMS using Twilio Notify API
I have to create a functionality where I must send same SMS text to multiple numbers in an array. For that I am using Notify API. As part of the requirement I created a Notify Service and Messaging Service with the existing number used for normal…

KNDheeraj
- 834
- 8
- 23
0
votes
1 answer
I want to send multiple sms with nexmo cURL
curl -X "POST" "https://rest.nexmo.com/sms/json" \
-d "from=testsms" \
-d "text=hello" \
-d "to=44xxxxxxxxxx” \
-d "api_key=xxxxxxxx" \
-d "api_secret=xxxxxxxxxxxxxxxx"
I want to send multiple SMS so basically bulk SMS but it does not allow…

Daniel m
- 11
0
votes
1 answer
How to send bulk SMS that contain Unicode characters?
I'm am working with bulk SMS application. It works fine, but when I send a message with Unicode characters, my mobile shows it as ????????.
I am using a XML file that contains URL, numbers and message body.
The code I have is this:
HttpWebRequest…

harsha tharanga
- 11
- 4
0
votes
1 answer
Professional Advice: Messaging Solution
I am putting together an application for a bulk SMS solution. I am comfortable writing the application in Java, Perl or PHP.
Kindly advise on the best medium to handle asynchronous messaging delivery.
I do have credentials with the networks…

James lubor
- 73
- 4
0
votes
1 answer
Access-Control-Allow-Origin issue on BulkSMS
I am using Angular 5 to send post request to send SMS through Bulksms : http://bulksms.com/
When making the request from Angular (client), I am facing this issue :
Origin http://TTTT:4200 is not allowed by Access-Control-Allow-Origin.
How can I…

Wael Abdeen
- 45
- 7
0
votes
1 answer
Not able to send sms in loop properly, sending multiple sms to single person by mistake
I'm trying to send sms to the absentees number using gridview in asp.net. the functionality goes as follows:
- out of all students in a class, as the user unchecked the the students will be marked as absent and vice versa.
- now the problem is that…

Prateek Jahagirdar
- 53
- 10
0
votes
1 answer
bulksms URI for retrieving messages sent
BulkSMS, Retrieve messages from a data range (>= or >) without the imposed limit
The Json is fine both sending and parsing the return data, its the submission URI, I'm struggling with. I'm Getting Data returned in the correct format, just not…

user1796185
- 168
- 2
- 13