Skip to content

Latest commit

History

History
57 lines (52 loc) · 1.74 KB

File metadata and controls

57 lines (52 loc) · 1.74 KB

MessageCreate

Properties

NameTypeDescriptionNotes
idInteger
userIdInteger
conversationIdInteger
contentString[optional]
actionActionEnum
providerProviderEnum[optional]
referenceIdString[optional]
deliveryStatusDeliveryStatusEnum[optional]
ipAddressString[optional]
associatedAppPhoneNumberString[optional]
associatedAppPhoneNumberTypeAssociatedAppPhoneNumberTypeEnum[optional]
messageTemplateIdString[optional]
bulkMessageIdInteger[optional]
dateAddedOffsetDateTime
dateSentOffsetDateTime[optional]

Enum: ActionEnum

NameValue
SEND"send"
RECEIVE"receive"
AUTO"auto"

Enum: ProviderEnum

NameValue
TWILIO"twilio"
TELNYX"telnyx"

Enum: DeliveryStatusEnum

NameValue
NEW"new"
OK"ok"
ERROR"error"
REJECTED"rejected"
FAILED"failed"
DONE"done"
AUTO"auto"

Enum: AssociatedAppPhoneNumberTypeEnum

NameValue
MASQUERADE"masquerade"
PRIMARY"primary"
PRIVATE"private"
OUTLET"outlet"
RCS"rcs"