The Bulk Send feature enables users to create and distribute multiple transactions with minimum effort. Once scheduled a batch (through UI or API), a Batch ID will be returned which uniquely identifies this batch and serves as a reference to follow up the transaction status. This tool requires the batch ID to fetch the transactions of interest, and generates a CSV report of these transactions.
Prerequisite:
- JDK/JRE 1.8 or higher
- API Key/ Login credentials of the sender
- Batch ID and an approximate bulk sending date
Rate this Code Share
Comments
Reply to: Bulk Sending Checkup Tool - Java version
Sunday, September 20, 2020 at 11:17pmI am not sure if we can get a Batch ID if initiating bulk send from the UI. Is that correct?
Reply to: I am not sure if we can get…
Tuesday, September 22, 2020 at 08:10amHi Shamsher,
No, I don't think it's straightforward to get the Batch ID from UI portal. An workaround could be: use the package export tool to generate a CSV report, where there's a column containing package attribute information.
Duo