- All Implemented Interfaces:
- Request<JobsCreateResponse>
public class JobsCreateWithRemoteUrlRequest
extends JobsCreateRequest<String>
Using a remote URL allows you to host the file and provide us with a direct link to it. The file
should be a list of emails separated by line breaks or a standard CSV file. We support most
common file transfer protocols and they're authentication mechanisms. When using a URL that
requires authentication be sure to pass the username and password in the URI string.
- Since:
- 4.0.0
- Author:
- Laszlo Csontos
- See Also:
- Jobs Create