- All Implemented Interfaces:
- Request<JobsCreateResponse>
public class JobsCreateWithSuppliedJsonRequest
extends JobsCreateRequest<List<EmailData>>
Supplying the data directly gives you the option to dynamically create email lists on the fly
rather than having to write to a file. input will accept an array of objects or arrays that
contain the email, as well as any ancillary data you wish to associate with the email
(e.g. user IDs, names, contact information).
- Since:
- 4.0.0
- Author:
- Laszlo Csontos
- See Also:
- Jobs Create