The ClientSettings Object

Client-level settings such as communication preferences and opt-outs.

Properties

NameDescriptionTypeRequired
client_uidThe unique identifier (UID) of the chatstringYes
opt_out_transactional_smsThe opt out status of the client for transactional SMS messagesboolean

Example

JSON

{
  "client_uid": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "opt_out_transactional_sms": true,
  "created_at": "2021-07-20T14:00:00.000Z",
  "updated_at": "2021-07-20T14:00:00.000Z"
}