SMS messages out....

Just FYI, I added SMS as an option to the form mail plugin.

As for "server side", what actions would you want to trigger on?

Hugh
 
Well I am thinking more from the admin of the site to trigger a SMS send... Admin would look at a table with records and select data fields to send to the sms recipient or select records to send is a mini list .... like three telephone numbers and names... in a sms to the intended recipient
 
No.

But writing adaptors for the SMS handling in Fabrik is simple, for most SMS providers. So if you have a free service you want to use, you can probably easily adapt one if the existing ones for it.
 
./components/com_fabrik/sms_gateways

Yes, the standard way to do SMS is with CURL. For example, the kapow.php gateway, which uses our SMS helper function, FabrikSMS::doRequest(), which uses CURL.

Some, like twilio.php, use a a vendor specific API.

-- hugh
 
Back
Top