BulkBatchResult
Defined in: packages/messaging/src/types/message.runtime.ts:107
Properties
Section titled “Properties”batchId
Section titled “batchId”batchId:
string
Defined in: packages/messaging/src/types/message.runtime.ts:108
batchNumber
Section titled “batchNumber”batchNumber:
number
Defined in: packages/messaging/src/types/message.runtime.ts:109
completedAt?
Section titled “completedAt?”
optionalcompletedAt?:Date
Defined in: packages/messaging/src/types/message.runtime.ts:113
createdAt
Section titled “createdAt”createdAt:
Date
Defined in: packages/messaging/src/types/message.runtime.ts:112
recipients
Section titled “recipients”recipients:
object[]
Defined in: packages/messaging/src/types/message.runtime.ts:110
error?
Section titled “error?”
optionalerror?:object
error.code
Section titled “error.code”code:
string
error.details?
Section titled “error.details?”
optionaldetails?:Record<string,unknown>
error.message
Section titled “error.message”message:
string
messageId?
Section titled “messageId?”
optionalmessageId?:string
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
phoneNumber
Section titled “phoneNumber”phoneNumber:
string
status
Section titled “status”status:
MessageStatus
status
Section titled “status”status:
"failed"|"pending"|"processing"|"completed"
Defined in: packages/messaging/src/types/message.runtime.ts:111