SMS function or an existing api implementation - potential new phprad user February 20, 2022, 12:19:09 AM reviewing phprad simple apps. have a need for an app that will collect contact info via an online form, an opt-in field can be selected in the form to receive messages via SMS, then the app user would be able to select list of all opt-in submissions and send an SMS message. is there an existing function or implementation of an API for SMS messages?Thanks,e Quote Selected
Re: SMS function or an existing api implementation - potential new phprad user Reply #1 – February 21, 2022, 09:36:42 AM @onlye no there isn't an implementation for an SMS API. Quote Selected
Re: SMS function or an existing api implementation - potential new phprad user Reply #2 – March 16, 2022, 12:53:05 PM @onlyeAre you meaning an actual phone SMS, or a push notification from a web app? Quote Selected
Re: SMS function or an existing api implementation - potential new phprad user Reply #3 – March 16, 2022, 04:04:40 PM robertr - yes an actual phone SMS. i will have a table with a field for opt-in and a cell phone number. i want to select the records that opt-in and have the ability to create and send a text message to those records. that is the primary reason for my application. thanks for the follow-up. i have a quote to have the app written in PHP/MySQL but am exploring using an app development tool for more flexibility. Quote Selected
Re: SMS function or an existing api implementation - potential new phprad user Reply #4 – March 23, 2022, 11:34:37 AM You are the owner but not a programmer?Have you considered using WP.I have used PHPRad + NextCloud (Essentially interface our PHP MySQL ERP app with NextCloud for user management, files etc. etc.)You can do something similar low-code by using 'RAD + WP. would give you WP plugins for SMS etc. (You'd still have to use a free service or Pay for one to actually send the messages.) All the heavy lifting is done by WordPress and requires a stronger hosting package.Without knowing what you are trying to do, I can only say I am working on the same type of thing for a personal project, and would be willing to share my thoughts.I am turning on notification but am willing to take the discussion to PM / email or something similar if it gets off topic. Quote Selected