Create User List Upload Job
Enqueues a job for uploading a user list with the given name to Promotion Suite, returning a job ID. The job then completes later, at which point the user list is visible as a target audience in Promotion Suite. This is an alternative to uploading a user list in the Promotion Suite UI and waiting for the upload to complete before being able to do anything else in it.
Request
Responses
- 202
- 400
- 401
- 429
- 500
The job ID of the successfully enqueued user list upload job. Note: The current iteration of the system always returns "None".
Returned when the submitted request does not match the requirements defined in the specification. The provided error message will tell you more.
There was an authorization error. Check that the supplied credentials are correct.
The system is currently too busy processing other user list upload jobs. Try again later.
An unexpected error occurred while handling the request.