Hi All!


We've received some feedback from many of you regarding the possibility of segmenting email data. We understand the importance of having distinct and easily identifiable data keys when integrating business and personal email addresses into your Customer Relationship Management (CRM) systems. So, we're taking action!


Clear Segregation of Email Data: We're updating our API and all our integrations to separate business email data from personal email data. This means that you will have distinct keys for each category, making it a breeze to organize and map email addresses where they belong in your CRM.


Enhanced API Endpoint: The changes to our API will reflect this new segmentation, ensuring that you have precise and accurate data at your fingertips.


Simplified Integration: With these updates, integrating email data into your systems will become more intuitive. The clear distinction between business and personal emails will reduce complexity and improve your data management processes.


Here's a snapshot of our current keys:


{

  "id": 12345,

  "name": "Rachel Woods",

  "company": "Swordfish",

  "title": "Customer Success Manager",

  "emails": {

    "email1": "rachel@personalemail.com",

    "email2": "rw@anotherpersonalemail.com",

    "email3": "rachel.woods@companyemail.com"

  }

}


And this is what the new format will look like:


{

  "id": 12345,

  "name": "Rachel Woods",

  "company": "Swordfish",

  "title": "Customer Success Manager",

  "personal_emails": {

    "personalemail1": "rachel@personalemail.com",

    "personalemail2": "rw@anotherpersonalemail.com"

  },

  "business_emails": {

    "businessemail1": "rachel.woods@companyemail.com"

  }

}


We're here to support you and we're thrilled to be a part of your success. Stay tuned for more details on the release date and implementation guides.


Wishing you all the success for 2024!