Interface Contacts¶
Description¶
Use these methods to manage your Contacts. When you set up a Call rule in your Call Flow you will specify the Contact to forward the call to from the Contacts list in your account
Methods¶
| Method | Verb | Description |
|---|---|---|
| getContacts | GET | Retrieves a full list of contacts |
| getContactDetails | GET | Retrieves the details of a single contact |
| createContacts | POST | Creates a new contact using a sub set of fields, as opposed to V-CARD format |
| updateContacts | PUT | Update contact using sub set of fields |
| deleteContacts | DELETE | Delete one or more contacts |