Add a number/numbers to a 'send' group (excluding 'merge' groups).
Example
1 2  | int numAdded = tmClient.addNumbersToGroup("My Group", "447777000001,447777000002");System.out.println("Added " + numAdded + " to My Group"); | 
Add a number/numbers to a 'send' group (excluding 'merge' groups).
1 2  | int numAdded = tmClient.addNumbersToGroup("My Group", "447777000001,447777000002");System.out.println("Added " + numAdded + " to My Group"); |