GOGETMUSCLE Community contact search by hs_additional_emails doesn’t find any contacts

contact search by hs_additional_emails doesn’t find any contacts

Hello,

the request:

{
    “limit”: 100,
    “properties”: [“hubspot_owner_id”,“address”,“zip”,“city”,“country”,“website”,“ansprechpartner_id”,“salutation”,“email”,“hs_additional_emails”,“fax”,“mobilephone”,“phone”,“firstname”,“lastname”,“c_entron_kundennummer”,“c_entron_export”],
    “after”:0,
    “filterGroups”:
    [
        {
            “filters”:
            [
                {
                    “propertyName”: “email”,
                    “operator”: “EQ”,
                    “value”: “p.ketterle@haverboecker.com”
                }
            ]
        },
        {
            “filters”:
            [
                {
                    “propertyName”: “hs_additional_emails”,
                    “operator”: “IN”,
                    “values”: [“p.ketterle@haverboecker.com”]
                }                
            ]
        }
    ]
}
get back
{
    “total”: 0,
    “results”: []
}
for the contact with the data:
{
    “total”: 1,
    “results”: [
        {
            “id”: “125118975904”,
            “properties”: {
                “address”: “Robert-Bosch-Straße 6”,
                “ansprechpartner_id”: “22791”,
                “c_entron_export”: null,
                “c_entron_kundennummer”: “17172”,
                “city”: “Münster”,
                “country”: “Deutschland”,
                “createdate”: “2021-06-24T12:37:53.571Z”,
                “email”: “p.ketterle@quat2ro.com”,
                “fax”: null,
                “firstname”: “Peer”,
                “hs_additional_emails”: “p.ketterle@haverboecker.com”,
                “hs_object_id”: “125118975904”,
                “hubspot_owner_id”: “80036859”,
                “lastmodifieddate”: “2025-09-04T08:05:51.449Z”,
                “lastname”: “Ketterle”,
                “mobilephone”: “1722102912”,
                “phone”: “252230783”,
                “salutation”: “Herr”,
                “website”: http://www.quat2ro.com,
                “zip”: “48153”
            },
            “createdAt”: “2021-06-24T12:37:53.571Z”,
            “updatedAt”: “2025-09-04T08:05:51.449Z”,
            “archived”: false
        }
    ]
}

Leave a Reply

Your email address will not be published.

Related Post