SMS API

PickAndMix

Junior Member
Joined
Jul 29, 2014
Messages
14
Reaction score
0
Hi guys,

Does anyone know how to build / where to purchase a SMS service which I can use to connect to a a MYSQL database to send out bulk SMS, and the requirements for these.

Features include

1) Able to unsubscribe from the SMS service
2) Able to send different group of contacts with different messages
3) Scheduled timing through database

Assistance would be greatly appreciated!

Thanks!
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hi guys,

Does anyone know how to build / where to purchase a SMS service which I can use to connect to a a MYSQL database to send out bulk SMS, and the requirements for these.

Features include

1) Able to unsubscribe from the SMS service
2) Able to send different group of contacts with different messages
3) Scheduled timing through database

Assistance would be greatly appreciated!

Thanks!

Clickatell is a SMS gateway that you can use. Search for "Bulk SMS" and you will find plentiful, just a matter of cost.

Why would you want your MySQL DB to send out SMS ? That is not the job of the database. If you are trying to create a scheduled job to query from your database and then send out notification as accordingly, what you should do is write a script or an application that is invoked by a system or application scheduler. All the logic of grouping contacts with different messages to be done via this script or application.

Are you sure you need to have SMS service for it can get costly when in bulk.
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top