Zoom Contact Center - March 20, 2023
Published date: March 20, 223
Added
- New Batch Update Users API:
PATCH /v2/contact_center/users
- New Preferences APIs:
DELETE /v2/contact_center/system_statuses/{statusId}PATCH /v2/contact_center/system_statuses/{statusId}POST /v2/contact_center/system_statuses
- New Variable Logs APIs:
GET /v2/contact_center/variable_logsGET /v2/contact_center/variable_logs/{variableLogId}
- New Recordings webhook events:
contact_center.recording_startedcontact_center.recording_pausedcontact_center.recording_resumedcontact_center.recording_stoppedcontact_center.recording_completed
Changed
- Added
ISO 8601timezone standard to response fieldsstart_timeandlast_modified_timein the Engagements APIs:GET /v2/contact_center/engagements
- Added new response fields
status_typeandstatus_categoryin the Preferences APIs:GET /v2/contact_center/system_statuses/{statusId}GET /v2/contact_center/system_statuses
- Added new request field
status_categoryin the Preferences API:GET /v2/contact_center/system_statuses
- Added request
fields
queue_wait_typeandrequired_skill_idsforvoicechannel in the Reports API:GET /v2/contact_center/analytics/historical/details/metrics
- Added new response
fields
dialed_numbers,callback_waiting_duration,callback_pending_duration,ring_duration,flow_version,queue_wait_type,required_skills,optional_skillsandagent_skillsin the Reports API:GET /v2/contact_center/analytics/historical/details/metrics
- Added
ISO 8601timezone standard to response fieldsstart_time_intervalandend_time_intervalin the Reports APIs:GET /v2/contact_center/analytics/historical/queues/metricsGET /v2/contact_center/analytics/historical/queues/{queueId}/agents/metricsGET /v2/contact_center/analytics/agents/time_sheets
- Added
ISO 8601timezone standard to response fieldsstart_timeandend_timein the Reports APIs:GET /v2/contact_center/analytics/historical/details/metricsGET /v2/contact_center/analytics/agents/status_history
- Added new request field
sub_status_idin the Users API:PATCH /v2/contact_center/users/{userId}
- Added new response fields
sub_status_idandsub_status_namein the Users APIs:GET /v2/contact_center/usersGET /v2/contact_center/users/{userId}
- Added new payload
fields
previous_sub_status_id,previous_sub_status_name,current_sub_status_idandcurrent_sub_status_namein the Users webhook:contact_center.user_status_changed
Fixed
- Fixed the bug where the response field
total_answer_durationwas missing in the Reports API:GET /v2/contact_center/analytics/historical/queues/{queueId}/agents/metrics
- Fixed the bug where the response field
display_namedidn't return the correct value in these APIs:GET /v2/contact_center/recordingsGET /v2/contact_center/users/{userId}/recordingsGET /v2/contact_center/engagements/{engagementId}/recordingsGET /v2/contact_center/queues/{queueId}/recordingsGET /v2/contact_center/inboxes/{inboxId}/usersGET /v2/contact_center/skills/{skillId}/users/{userId}