Zoom Phone - June 21, 2022
Added
-
Auto Receptionist policy API
PATCH /v2/phone/auto_receptionists/{autoReceptionistId}/policiesGET /v2/phone/auto_receptionists/{autoReceptionistId}/policiesPATCH /v2/phone/auto_receptionists/{autoReceptionistId}/policies/{policyType}DELETE /v2/phone/auto_receptionists/{autoReceptionistId}/policies/{policyType}POST /v2/phone/auto_receptionists/{autoReceptionistId}/policies/{policyType}
-
List plan details API under Settings
GET /v2/phone/plans
-
Customized outbound caller ID phone numbers API
GET /v2/phone/outbound_caller_id/customized_numbersPOST /v2/phone/outbound_caller_id/customized_numbersDELETE /v2/phone/outbound_caller_id/customized_numbers
GET /v2/phone/sites/{siteId}/outbound_caller_id/customized_numbersPOST /v2/phone/sites/{siteId}/outbound_caller_id/customized_numbersDELETE /v2/phone/sites/{siteId}/outbound_caller_id/customized_numbers
GET /v2/phone/users/{userId}/outbound_caller_id/customized_numbersPOST /v2/phone/users/{userId}/outbound_caller_id/customized_numbersDELETE /v2/phone/users/{userId}/outbound_caller_id/customized_numbers
-
Site setting API
DELETE /v2/phone/sites/{siteId}/settings/{settingType}
-
Call park webhook events
phone.caller_parkedphone.callee_parked
Enhancements
-
New response fields (
timezone,audio_prompt_language,holiday_hours) in List auto receptionists APIGET /v2/phone/auto_receptionists
-
New request fields (
timezone,audio_prompt_language) in Update auto receptionist details APIPATCH /v2/phone/auto_receptionists/{autoReceptionistId}
-
New request field
minimum_match_criteriain Add an emergency service location APIPOST /v2/phone/locations
-
New request field
minimum_match_criteriain Batch add emergency service locations APIPOST /v2/phone/batch_locations
-
New response field
minimum_match_criteriain Get emergency service location details APIGET /v2/phone/locations/{locationId}
-
New response field (
intercom) in Users setting APIGET /v2/phone/users/{userId}/settings
-
New request field (
intercom) in Users setting APIPATCH /v2/phone/users/{userId}/settings/{settingType}
-
New query parameter (
intercom_extension_id) in User setting APIDELETE /v2/phone/users/{userId}/settings/{settingType}
-
New response field (
hold_time) in Call Logs APIGET /v2/phone/call_logsGET /v2/phone/call_logs/{callLogId}GET /v2/phone/users/{userId}/call_logsGET /v2/phone/users/{userId}/call_logs/sync
-
New
policyobject in Site settings APIGET /v2/phone/sites/{siteId}PATCH /v2/phone/sites/{siteId}
-
New response fields (
policy.personal_audio_library,policy.voicemail_transcription,policy.voicemail_notification_by_email,policy.shared_voicemail_notification_by_email,policy.check_voicemails_over_phone,policy.audio_intercom) in Get user's profile APIGET /v2/phone/users/{userId}
-
New request fields (
policy.personal_audio_library,policy.voicemail_transcription,policy.voicemail_notification_by_email,policy.shared_voicemail_notification_by_email,policy.check_voicemails_over_phone,policy.audio_intercom) in Update user's profile APIPATCH /v2/phone/users/{userId}
-
New fields (
callee.name,caller.name) in the following webhook events:phone.caller_ringingphone.callee_ringingphone.caller_connectedphone.callee_answered
-
New field (
device_id) in the following webhook events:phone.callee_ringingphone.callee_missedphone.callee_answeredphone.callee_rejectedphone.callee_ended
Bug Fixes
-
Fixed an issue to support applying the account template to users in Update user's profile API
PATCH /v2/phone/users/{userId}
-
Added an error message so the users know when the SMS policy is set without Zoom Phone Metered, Unlimited, or Pro plan in Update user's profile API
PATCH /v2/phone/users/{userId}