To send SMS programatically you need to:
1. Obtain a session ID for your Customer ID
curl -k https://mybilling.linkedip.com:8444/rest/Session/login/ -d params='{"login":"customer login","password":"my password"}'
2. Send your message:
curl -k https://mybilling.linkedip.com:8444/rest/Internal/send_sms -d auth_info='{"session_id":"id_session"}' -d params="{\"i_account\":your_account_id,\"provider\":\"provider_id", \"to\":\"5555555333333333355555\", \"text\":\"yyyyyyyyyyyyyyyy\"}"
Please consider your_account_id is a valid account ID obtained through our Support team. Provider_ID is the the name of authorized SMS gateway connected to your accounts. Please contact support@linkedip.com for more information on these IDs.
Comments
0 comments
Please sign in to leave a comment.