Add Numbers to Campaign

addNumbersToCampaign

Parameters

  • key - (String) your api key from the account page
  • id - (long) the campaign id to start
  • csvData - (String) a csv containing all the phone number data

Response

  •   Exception on error

CSVData File Format

The CSV Data (String) should look like this for a campaign with just phone numbers =

1231231234, 1231231235, 1231231236, ... , 1231231237

For Call Center Connect Campaigns or with Extra Data per number, it should be as follows =

1231231234,FirstName1,LastName1,ExtraInfo,Address
1231231235,FirstName2,LastName2,ExtraInfo,Address
...
1231231236,FirstNameN,LastNameN,ExtraInfo,Address