SOAP RESTful – AddressGroup
The AddressGroup object is used to create, read, update and delete AddressGroups. The AddressGroup is the main entity for holding collections of AddressBookItems in a group.
It Enables you to send SMS to a group of people from your Address Book.
The four methods you can apply to the AddressGroup object are:
CreateAddressGroup | This method will create a new addressgroup |
ReadAddressGroup | This method will return a list of addressgroups |
UpdateAddressGroup | This method will update your current address group |
DeleteAddressGroup | You can delete an addressgroup. Each AddressBookItem in the Address Book will not be deleted. |
The AddressGroup object is defined here : AddressGroup object.