简体   繁体   中英

Can I have a web site communicate with my android phone so that sms are triggered on the web site and sent from the phone?

I have a project where I want to send a small number of text messages to my client's clients. The automated sms details and timing are stored on a web site and currently, we use an api to an sms provider to send the messages. However, the client has an office mobile phone (android) with unlimited txt account and would like to have the web site send the message details to the android phone so that it can be sent from there at no extra charge. The phone could be connected to a computer via a cable, but it would be best if the details could be sent to the phone via internet. Any thoughts?

Easy way:
Just store any thing you want to send somewhere like your database, Then Develop an app for your client that calls your server lets say every 10 second and sends the messages.

Better way:
Use google push notification to send data from your website to your client phone!

Even Better way:
Tell your client No! Tell him/her that the idea is stupid!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM