Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

Type

Description

_id

Status
titleSTRING

Internal object identifier

imgSmall

Status
titlenumber

Threshold in bytes below which the image is considered small

imgLarge

Status
titlenumber

Threshold in bytes above which the image is considered large

docSmall

Status
titlenumber

Threshold in bytes below which the document is considered small

docMaxSize

Status
titlenumber

Threshold in bytes above which the document preview will not be shown in the chat

EasyCIMHost

Status
titleSTRING

Easy CIM host

EasyCIMPort

Status
titleSTRING

Easy CIM port

callbackNowUrl

Status
titleSTRING

Url to call for the callback now

callbackFirstSlotUrl

Status
titleSTRING

Url to call for the callback first slot

callbackLaterUrl

Status
titleSTRING

Url to call for the callback later

checkCallbackAvailableUrl

Status
titleSTRING

Url to call for the check callback available

callbackNowParameters

Status
titleobject

Hash containing callback now query string parameters

callbackLaterParameters

Status
titleobject

Hash containing callback later query string parameters

callbackFirstSlotParameters

Status
titleobject

Hash containing callback first slot query string parameters

checkCallbackAvailableParameters

Status
titleobject

Hash containing check callback available query string parameters

Example

Code Block
languagejson
{ 
   "_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",
   "callbackNowParameters":{ 
      "macroActivity":"DEFAULT_CB",
      "phoneNumber":"<customer_phone_number>",
      "queueName":"PREVIEW"
   },
   "callbackLaterParameters":{ 
      "macroActivity":"DEFAULT_CB",
      "phoneNumber":"<customer_phone_number>",
      "dateTime":"<date_hour>",
      "queueName":"PREVIEW",
      "segment":"DEFAULT"
   },
   "callbackFirstSlotParameters":{ 
      "macroActivity":"DEFAULT_CB",
      "phoneNumber":"<customer_phone_number>",
      "queueName":"PREVIEW"
   },
   "checkCallbackAvailableParameters":{ 
      "macroActivity":"DEFAULT_CB",
      "ndays":"7",
      "limit":"30",
      "mode":"json",
      "behaviour":"1"
   },
   "__v":0
}