Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.13 KB

BulkSendBatchStatus.md

File metadata and controls

20 lines (16 loc) · 1.13 KB

BulkSendBatchStatus

Properties

Name Type Description Notes
batchId String Identifier used to query the status of an individual bulk recipient batch. [optional]
batchName String [optional]
batchSize String The total number of items in the batch being queried. [optional]
bulkErrors [BulkSendErrorStatus] [optional]
envelopeIdOrTemplateId String [optional]
envelopesUri String [optional]
failed String The number of entries with a status of `failed`. [optional]
mailingListId String [optional]
queued String The number of entries with a status of `queued`. [optional]
sent String The number of entries with a status of `sent`. [optional]
submittedDate String The date on which the bulk envelope was created. [optional]

[Back to Model list] [Back to API list] [Back to README]