Logo
Zoom Public API Documentation

Create an inbox

POST {{baseUrl}}/contact_center/inboxes

Create a new inbox.

Scopes: contact_center_inbox:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "inbox_id": "<string>", "inbox_name": "<string>", "inbox_description": "<string>", "inbox_type": "voicemail", "inbox_content_storage_location": "CA", "last_modified_time": "<dateTime>", "modified_by": "<string>", "voicemail": { "soft_delete": "<boolean>", "soft_delete_days_limit": "<integer>", "voicemail_time_limit": "<integer>", "delete_voicemail_days_limit": "<integer>", "voicemail_transcription": "<boolean>", "voicemail_notification_by_email": { "enable": "<boolean>", "include_voicemail_file": "<boolean>", "include_voicemail_transcription": "<boolean>", "forward_voicemail_to_emails": "<boolean>", "emails": [ "<string>", "<string>" ] } } }



Curl
curl -X POST 'https://api.zoom.us/v2/contact_center/inboxes' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"inbox_name":"\u003cstring\u003e","inbox_description":"\u003cstring\u003e","inbox_type":"voicemail","inbox_content_storage_location":"US","voicemail":{"soft_delete":"\u003cboolean\u003e","soft_delete_days_limit":"\u003cinteger\u003e","voicemail_time_limit":"\u003cinteger\u003e","delete_voicemail_days_limit":"\u003cinteger\u003e","voicemail_transcription":"\u003cboolean\u003e","voicemail_notification_by_email":{"enable":"\u003cboolean\u003e","include_voicemail_file":"\u003cboolean\u003e","include_voicemail_transcription":"\u003cboolean\u003e","forward_voicemail_to_emails":"\u003cboolean\u003e","emails":["\u003cstring\u003e","\u003cstring\u003e"]}}}'

ENDPOINTS