Search code examples
ibm-mobilefirst

Sending SMS Without SMS Gateway in IBM Worklight


I want to send Sms on one number every time when the user clicks the button in my application.I don't want to use any Sms Gateway.The Message can be send with the Phone mobile carrier network.I Could not find it any docs.

Can Any body help me with the docs and the sample code.

Help is appreicated.


Solution

  • You can try the following, which is outside of MobileFirst Platform:

    1. Use the sms:// protocol and launch the system messaging application and send it
    2. Use available 3rd party Cordova plugins

    This may require to take care of the whitelisting in Cordova to allow it.