REST API

REST API

Legacy Poppulo platform REST API

Create Subscriber Import Job

Overview

NameDescription
HTTP MethodPOST
URLhttps://api.newsweaver.com/v2/{account code}/subscriber_imports
Query ParametersN/A
Request representationSubscriber Import Job Entity
Response representationStatus Entity
Success Response Code202 Accepted

Errors

  • 403 - Forbidden if API user doesn't have CREATE access to GLOBAL_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 the data segment
  • 503 - Service Unavailable error if an import job is already in progress
  • Common errors (user/account authentication errors, API usage limit errors)