Sending and receiving SMS via Amazon webservices

Post Reply
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Sending and receiving SMS via Amazon webservices

Post by reinaldocrespo »

Hello everyone;

I'm looking to send and receive text messages (SMS). The idea is to send medical appointment reminders to patient's mobile device and receive back an appointment confirmation or cancelation via key words that the patient would text back. SMS is NOT WhatsApp.

Amazon has a service called Amazon SNS (Simple notification service) which I think will work for my purposes. They offer an API for this but I think it needs to be built from sources for the specific compiler. https://docs.aws.amazon.com/sns/latest/api/Welcome.html

Has anyone built this SDK from sources? Is anyone sending SMS and receiving replies?

Thank you,


Reinaldo.
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: Sending and receiving SMS via Amazon webservices

Post by Marc Venken »

I work with

https://www.smstools.be

It's a very professional tool, and the API is easy as far as I see. (Not used so far)

They do work global (also US, i believe your are from there ? )
Marc Venken
Using: FWH 20.08 with Harbour
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Re: Sending and receiving SMS via Amazon webservices

Post by reinaldocrespo »

Hello Marc and thank you for the tip. I will take a look today.

I also got a tip pointing me to Twilio. I will let you know how it goes.

Yes, I'm in United States.


Reinaldo.
Post Reply