Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.35 KB

File metadata and controls

39 lines (36 loc) · 1.35 KB

MessageUpdate

Properties

Name Type Description Notes
id Integer
userId Integer [optional]
conversationId Integer [optional]
content String
action String [optional]
provider String [optional]
referenceId String [optional]
deliveryStatus DeliveryStatusEnum [optional]
ipAddress String [optional]
associatedAppPhoneNumber String [optional]
associatedAppPhoneNumberType AssociatedAppPhoneNumberTypeEnum [optional]
messageTemplateId String [optional]
dateAdded OffsetDateTime
dateSent OffsetDateTime [optional]

Enum: DeliveryStatusEnum

Name Value
NEW "new"
OK "ok"
ERROR "error"
REJECTED "rejected"
FAILED "failed"
AUTO "auto"

Enum: AssociatedAppPhoneNumberTypeEnum

Name Value
MASQUERADE "masquerade"
PRIMARY "primary"
PRIVATE "private"
OUTLET "outlet"