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_reason
now 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:
notes
can now be set; prior to this fix,notes
was erroneously ignored. - Fixed a bug when using Update a Contact:
date_created
is no longer set tonull
. - Updates to the
Contact
resource:- Added field
zip_code
: Mainly used in the United States, this is typically numeric. ex.85001
,90002
Note: 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_code
field, 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