Import Email Address Lists

Importing list items allows you to upload a CSV file with each row being a new List Item.

The columns we allow are

  • value
  • match_type (either ‘email_address’ or ‘domain’)

A match_type of ‘email_address’ will need to match the entire email address of an individual, while a match_type of ‘domain’ will match on the email address domain of an individual (i.e. all email addresses with domain ‘gmail.com’).

Headers

AuthorizationstringRequired

Request

This endpoint expects an object.
dataobjectOptional

Response

201
dataobject or null

Errors