Send Voice Broadcast To List

sendBroadcastToList

Parameters

  • key - (String) your api key from the account page
  • callerid - (String) the callerid that should be presented on each call (10 digits)
  • numbers - (Array of String)an Array of Phone numbers ( 10 digits )
  • soundFile - (Byte Array)binary sound file. Wav file 16Bit 8kHz mono.

Response

  • campaign id - the unique campaignid of the broadcast

Sample Request

<sendBroadcastToList>

<key>12312312321321323123123123123</key>
<callerid>8006997143</callerid>
<numbers>
<string>3106227076</string>
<string>3106227076</string>
</numbers>
<soundFile>YTBhNDIxMjI=</soundFile>
</sendBroadcastToList>