How do I enable SMS notifications in my web apps?

前端 未结 7 962
南笙
南笙 2021-01-15 17:55

I have a web application and I would like to enable real time SMS notifications to the users of the applications.

Note: I currently cannot use the Twitter API becau

7条回答
  •  甜味超标
    2021-01-15 18:22

    The easiest way to accomplish this is by using a third party API. Some I know that work well are:

    • restSms.me
    • Twilio.com
    • Clicatell.com

    I have used all of them and they easiest/cheapest one to implement was restSms.me

    Hope that helps.

提交回复
热议问题