0
How to integrate messaging service in my website?
I am developing an online store. And I want all the orders placed on my website to be send to me on my phone(as text messages not email). Which technology or third party service will be helpful?
1 Resposta
+ 1
Hmmm i think if you want to use Instant Messages i would say you can use the Telegram API, with some PHP Functions you could send a Message on your Phone after the Customer pressed Order Now.
But it would be better if you do both eMail and Instant Message.
Telegram API is free and you can read it on their Documentation :)