REST API
- List Emails: Retrieve a list of emails that have been sent.
- List Emails for Contact: Retrieve a list of emails that have been sent to a contact.
- Fixed a bug when using Retrieve a Contact:
opt_in_reasonnow appears in the response body when it is included in the comma-delimited list ofoptional_properties; prior to this fix, it always appearednull. - Fixed a bug when using Update a Contact:
notescan now be set; prior to this fix,noteswas erroneously ignored. - Fixed a bug when using Update a Contact:
date_createdis no longer set tonull. - Updates to the
Contactresource:- Added field
zip_code: Mainly used in the United States, this is typically numeric. ex.85001,90002Note: this field must not be used withpostal_code. - Added field
zip_four: Last four of a full US zip code ex.8244,4320. This field is supplemental to thezip_codefield, otherwise will be ignored. - Existing field
postal_code: Used to store non-US postal codes that may contain a combination of letters and numbers ex.EC1A,S1 2HE,75000. Note: this field must not be used withzip_code.
- Added field