Reseller SMS - Bandwidth
Reseller SMS - Bandwidth
Bandwidth Dashboard Setup
After logging into your dashboard, navigate to
My Apps
and select
+Create New
in the lefthand menu.
Set the
Callback HTTP
method to POST and
Application type
to Messaging.
You will need to enter a Messaging URL in the format of:
https://<YOURFQDNHERE>/ns-
api
/?object=sms&action=create
It is recommended you set the
Callback
and/or
Messaging URL
request timeout to 5000.
Data to be provided to PressONE
Configure::write('BandwidthApi.url',"
https://messaging.bandwidth.com/api/v2/users/{AccountID}/messages");
Configure::write('BandwidthApi.userid',"ACCOUNTID");
Configure::write('BandwidthApi.token',"TOKEN");
Configure::write('BandwidthApi.secret',"SECRET");
Configure::write('BandwidthApi.appid',"APP_ID");