Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1.64 KB

File metadata and controls

54 lines (49 loc) · 1.64 KB

MessageCreate

Properties

Name Type Description Notes
id Integer
userId Integer
conversationId Integer
content String
action ActionEnum
provider ProviderEnum [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: ActionEnum

Name Value
SEND "send"
RECEIVE "receive"
AUTO "auto"

Enum: ProviderEnum

Name Value
TWILIO "twilio"
TELNYX "telnyx"

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"