API Additions and Changes 2017-12-06

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 of optional_properties; prior to this fix, it always appeared null.
  • 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 to null.
  • 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 with postal_code.
    • Added field zip_four: Last four of a full US zip code ex. 8244, 4320. This field is supplemental to the zip_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 with zip_code.
3 Likes