Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com.
sendSMS
Description
Sends an SMS using the ENMS service or some other provider. See the Configuration manual for more details and supported providers. Returns 'false' if sending failed.
Parameters
Return Type
Boolean
Returns 'true' if the message was sent successfully or 'false' if an error occurred.
Example
sendSMS("KEPLER","+40123456789","Hello world!");
See the Configuration manual for more details and supported providers. Returns 'false' if sending failed. More about the configuration can be found at /wiki/spaces/PSJ/pages/1129873855 section.
See also