Create Subscriber Import Job
Name | Description |
---|---|
HTTP Method | POST |
URL | https://api.newsweaver.com/v2/{account code}/subscriber_imports |
Query Parameters | N/A |
Request representation | Subscriber Import Job Entity |
Response representation | Status Entity |
Success Response Code | 202 Accepted |
Errors
403 - Forbidden
if API user doesn't haveCREATE
access toGLOBAL_SUBSCRIBERS
409 - Conflict
error if the subscriber import job isn't valid. Examples of validation errors:accept_terms
is missing or not true- Duplicate column mapping
- Attempting to map fields/custom fields that do not exist
- No import content specified
- The
columns
tag has been specified and the number of columns does not match that in thedata
segment
503 - Service Unavailable
error if an import job is already in progress- Common errors (user/account authentication errors, API usage limit errors)