Mailing List Imports
The mailing list imports API enables you to import contact lists from files and validate them for use in campaigns.
Create Mailing List Import
POST/print-mail/v1/mailing_list_imports
List Mailing List Imports
GET/print-mail/v1/mailing_list_imports
Update Mailing List Import
POST/print-mail/v1/mailing_list_imports/{id}
Get Mailing List Import
GET/print-mail/v1/mailing_list_imports/{id}
Delete Mailing List Import
DELETE/print-mail/v1/mailing_list_imports/{id}
ModelsExpand Collapse
MailingListImportResponse = object { id, createdAt, errors, 13 more } Read-only view of a MailingListImport
MailingListImportResponse = object { id, createdAt, errors, 13 more }
Read-only view of a MailingListImport
errors: array of object { message, type } A list of processing errors encountered, if any. Present when status is 'changes_required'.
errors: array of object { message, type }
A list of processing errors encountered, if any. Present when status is 'changes_required'.
file: object { fileType, receiverAddressMapping, url, 3 more } The file object your controller returns: all the mappings plus a signed URL.
file: object { fileType, receiverAddressMapping, url, 3 more }
The file object your controller returns: all the mappings plus a signed URL.
receiverAddressMapping: map[string]
Mapping of columns for receiver addresses. Contact fields to file columns. Possible Contact fields:
- description
- firstName
- lastName
- phoneNumber
- companyName
- addressLine1
- addressLine2
- jobTitle
- city
- postalOrZip
- provinceOrState
- countryCode
description: optional string
An optional string describing this resource. Will be visible in the API and the dashboard.
reportURL: optional string
A temporary URL to download the processing report, available once the import is completed.
formaturi