POST {{baseUrl}}/contact_center/inboxes
Create a new inbox. Scopes: Rate Limit Label: contact_center_inbox:write:admin
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>"
]
}
}
} |
ENDPOINTS