Hello,
I have an endpoint that needs to display all email addresses associated with the contact. I'm currently using: $contact->get('emailAddress'); which returns only returns the primary email. How can I get all of them?
Thanks in advance,
Stephen
I have an endpoint that needs to display all email addresses associated with the contact. I'm currently using: $contact->get('emailAddress'); which returns only returns the primary email. How can I get all of them?
Thanks in advance,
Stephen
Comment