Reseller SMS - Bandwidth

Reseller SMS - Bandwidth

Bandwidth Dashboard Setup

  1. After logging into your dashboard, navigate to My Apps and select +Create New in the lefthand menu.
  2. Set the Callback HTTP method to POST and Application type to Messaging. 
  3. You will need to enter a Messaging URL in the format of:  https://<YOURFQDNHERE>/ns-api/?object=sms&action=create
  4. It is recommended you set the Callback and/or Messaging URL request timeout to 5000.

Data to be provided to PressONE


Configure::write('BandwidthApi.userid',"ACCOUNTID"); 
Configure::write('BandwidthApi.token',"TOKEN"); 
Configure::write('BandwidthApi.secret',"SECRET"); 
Configure::write('BandwidthApi.appid',"APP_ID");