Published June 02, 2023
Added
- New Get call charges usage report APIs:
GET /v2/phone/reports/call_charges
- New Get group phone settings APIs:
GET /v2/phone/groups/{groupId}/settings
- New Webhook event:
phone.blind_transfer_initiated
phone.warm_transfer_completed
phone.warm_transfer_initiated
phone.group_settings_updated
phone.account_settings_updated
Enhancements
- New
session_type
request field in the following SMS APIs:
GET /v2/phone/users/{userID}/sms/sessions
GET /v2/accounts/{accountId}/phone/users/{userId}/sms/sessions/sync
GET /v2/accounts/{accountID}/phone/users/{userID}/sms/sessions
GET /v2/phone/users/{userID}/sms/sessions/sync
GET /v2/accounts/[accountID}/phone/sms/sessions
GET /v2/phone/sms/sessions
- New
keyword
query parameter in the following List Zoom Rooms under Zoom Phone licenses APIs:GET /v2/accounts/{accountsId}/phone/rooms
GET /v2/phone/rooms
- New
keyword
query parameter in the following List Devices APIs:GET /v2/phone/devices
-
GET /v2/accounts/{accountsID}/phone/devices
- New
source_auto_receptionist_id
request field in Create A Phone Site APIPOST /v2/phone/sites
- New option value pending to status query parameter in the Users API:
GET /v2/phone/users
- New option value
assign_pending_users
to thebatch_type request
field in the Users API:PUT /v2/phone/users/batch
Bug Fixes
- Fixed
Update a call handling setting
API to setaudio_id
for Auto Receptionist:PATCH v2/phone/extension/{extensionId}/call_handling/settings/{settingType}