SMS sending via API (eg Twilio) and XF

Mouth

Well-known member
Is anyone doing SMS sending, via something like Twilio and their API with PHP, with their XF site/database?

I'm thinking a server/console based cron launched PHP script to perform the SMS sending using Twilio's service and examples, with XF applicable PHP 'wrapper' so that you can query the members table to get the applicable number to send to?

Is there an XF stub/template PHP file with the necessary example/scenario to make a query of the DB and simply output the results? From their I could incorporate the Twilio samples, and voila ... an SMS sending PHP script using XF members information.
 
Top Bottom