UPC_CHANNEL

This table stores information related to channel names supported by Contact Central.

Field Type Length Null? Description
Id (Primary Key) INT 64 False Unique ID of the channel.
channel_name INT 20 False Name of the channel. The channel names can be:
  1. Email
  2. SMS
  3. Push
  4. WhatsApp
createdDateEpoch INT 64 False Created date epoch.
lastModifiedDateEpoch INT 64 False Last modified date epoch.
createdby INT 20 False Platform ID of the user who created the entry.
modifiedby INT 20 False Platform ID of the user modifying the entry
version INT 20 False Version information for optimistic locking.