Name | Type | Description | ||||
---|---|---|---|---|---|---|
_id |
| Internal object identifier | ||||
imgSmall |
| Threshold in bytes below which the image is considered small | ||||
imgLarge |
| Threshold in bytes above which the image is considered large | ||||
docSmall |
| Threshold in bytes below which the document is considered small | ||||
docMaxSize |
| Threshold in bytes above which the document preview will not be shown in the chat | ||||
EasyCIMHost |
| Easy CIM host | ||||
EasyCIMPort |
| Easy CIM port | ||||
callbackNowUrl |
| Url to call for the callback now | ||||
callbackFirstSlotUrl |
| Url to call for the callback first slot | ||||
callbackLaterUrl |
| Url to call for the callback later | ||||
checkCallbackAvailableUrl |
| Url to call for the check callback available | ||||
ct7url |
| Url of CTI webhook | ||||
ct7Token |
| Token to perform bearer authorization on the requests to CTI webhook |
Example
Code Block | ||
---|---|---|
| ||
{ "_id":"5d7bae993bcb9e40e0330a70", "imgSmall":200000, "imgLarge":2000000, "docSmall":5000000, "docMaxSize":10000000, "EasyCIMHost":"10.51.54.200", "EasyCIMPort":80, "callbackNowUrl":"/EasyCIM/easyCallback/now", "callbackLaterUrl":"/EasyCIM/easyCallback/later", "callbackFirstSlotUrl":"/EasyCIM/easyCallback/firstSlot", "checkCallbackAvailableUrl":"/EasyCIM/easyCallback/checkCallbackAvailable", "__v":0 } |