I am creating a web application which includes a module for sending message from the website. I heard of some services which are used for achieving this purpose like:
- TWILIO
- TROPO
- CLOCKWORK SMS
- PLIVO
- NEXMO
My purpose is, a user comes to the website and there is a contact form contains three fields:
Name
Mobile Number
Message.
The user enters his name, mobile number and message and then submits. I need to receive this message to my virtual number which I will get after creating an account in any of the above services. After I receive the SMS on my virtual number an automated reply need to be sent to the user's mobile number, the one he enters in the mobile number field of the form.
Is it possible to achieve this? If so which of the above services are better to achieve this functionality. Anyone help me out from this.