Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 858 Bytes

File metadata and controls

29 lines (26 loc) · 858 Bytes

NotificationLogCreate

Properties

Name Type Description Notes
id Integer
dealerId Integer [optional]
userId Integer
payload Object
channel ChannelEnum [optional]
type TypeEnum [optional]
recordSource String [optional]
deliveredAt OffsetDateTime [optional]
createdAt OffsetDateTime

Enum: ChannelEnum

Name Value
BROWSER "browser"
SMS "sms"
EMAIL "email"

Enum: TypeEnum

Name Value
INBOUND "inbound"
APPOINTMENT "appointment"