Example
To specify your contact center properties, update the required parts of the code that ServiceNow displays in the field.
For example, the following part of the code enables Avaya Workspaces for CRM to create call logs:
"callLogEnabled": "Y",
To disable Avaya Workspaces for CRM from creating logs, you must update this part of the code as follows:
"callLogEnabled": "N",