M
M
Morozov_Evgeny2015-10-03 16:34:44
API
Morozov_Evgeny, 2015-10-03 16:34:44

How to automatically send an SMS to the user when he visits a specific page of the site?

Such functionality is very necessary:
​​1. The user receives a unique code (just a sequence of letters), for example adf3.
2. The system stores in memory the tablet:
adf3 -
www.abc.com/3567dh6 adf3 - www.abc.com/3g6f8j adf3 -
www.abc.com/iuh7hj
3. The user enters a special page.
4. Enters your mobile phone number into the fields, for example +79200000000, and the adf3 code.
5. The system completes the plate by writing a phone number in each line. In total, the table takes the form:
adf3 - www.abc.com/3567dh6 - +79200000000
adf3 - www.abc.com/3g6f8j - +79200000000
adf3 - www.abc.com/iuh7hj - +79200000000
6. The user visits the www.abc page .com/3567dh6
7. The system looks in its plate, which phone number is registered for this page.
8. The system sends a pre-prepared SMS to this number. Sends, of course, through the SMS provider's API, for example smsaero.ru.
9. User receives SMS.
When the user enters the page again, the SMS is sent again. You can come up with a mechanism so that SMS is not sent again, but this is the next step.
Gentlemen, how can such a mechanism be implemented?
The most mysterious place for me is how to send SMS when visiting a specific page with a specific address.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Entelis, 2015-10-03
@DmitriyEntelis

Gentlemen, how can such a mechanism be implemented?
Hire a programmer. You now have a completely finished TK. freelansim.ru to help.
The most mysterious place for me is how to send SMS when visiting a specific page with a specific address.
embed the logic you described above into the site engine.

V
Valentin Panchenko, 2016-05-04
@lyucean

I myself used smstrafik for this (but what the hell is with the tariffs now), the api is quite simple, the task is for half an hour with smoke breaks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question