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.