Add a number/numbers to a 'send' group (excluding 'merge' groups).
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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).
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
int numAdded = tmClient.addNumbersToGroup("My Group", "447777000001,447777000002"); System.out.println("Added " + numAdded + " to My Group"); |