POST {{baseUrl}}/contact_center/address_books
Use this API to create an address book. An address book is a collection of consumer information like display names, phone numbers, and locations. Scopes: Rate Limit Label: contact_center_contact:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"address_book_id": "<string>",
"address_book_name": "<string>",
"address_book_description": "<string>",
"unit_id": "<string>",
"unit_name": "<string>"
} |
ENDPOINTS