<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Search contacts by email address in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Search-contacts-by-email-address/m-p/965402#M73033</link>
    <description>&lt;P&gt;Is it possible to search contacts strictly by email address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;{{hubspot-endpoint}}/crm/v3/objects/contacts/search&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"query"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"bh@hubspot.com"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"limit"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However I can see that the search is conducted across other fields besides email address. I'd like to make sure it only searches that field.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Apr 2024 16:51:14 GMT</pubDate>
    <dc:creator>FLaRosa</dc:creator>
    <dc:date>2024-04-23T16:51:14Z</dc:date>
    <item>
      <title>Search contacts by email address</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-contacts-by-email-address/m-p/965402#M73033</link>
      <description>&lt;P&gt;Is it possible to search contacts strictly by email address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;{{hubspot-endpoint}}/crm/v3/objects/contacts/search&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"query"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"bh@hubspot.com"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"limit"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However I can see that the search is conducted across other fields besides email address. I'd like to make sure it only searches that field.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Apr 2024 16:51:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-contacts-by-email-address/m-p/965402#M73033</guid>
      <dc:creator>FLaRosa</dc:creator>
      <dc:date>2024-04-23T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search contacts by email address</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-contacts-by-email-address/m-p/965640#M73054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/748048"&gt;@FLaRosa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can add more filter conditions within the&amp;nbsp;&lt;STRONG&gt;filterGroups&amp;nbsp;&lt;/STRONG&gt;array to further refine your search (ex: searching for a specific email domain).&lt;/LI&gt;
&lt;LI&gt;Add a new key named&amp;nbsp;&lt;STRONG&gt;filterGroups&lt;/STRONG&gt;. This is an array that can contain multiple filter conditions.&lt;/LI&gt;
&lt;LI&gt;Inside the&amp;nbsp;&lt;STRONG&gt;filterGroups&amp;nbsp;&lt;/STRONG&gt;array, add an inner array containing a single filter object.&lt;/LI&gt;
&lt;LI&gt;The filter object defines the following properties:&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;propertyName - &amp;nbsp;Set to&amp;nbsp;"&lt;STRONG&gt;email&lt;/STRONG&gt;"&amp;nbsp;to specify the property we want to filter by.&lt;/LI&gt;
&lt;LI&gt;Operator - Set to&amp;nbsp;"&lt;STRONG&gt;EQ&lt;/STRONG&gt;"&amp;nbsp;for the "equals" operator to match exact email addresses.&lt;/LI&gt;
&lt;LI&gt;Value - Set to&amp;nbsp;"bh@hubspot.com"&amp;nbsp;to specify the email address you are searching for.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;It will retain the&amp;nbsp;"limit"&amp;nbsp;parameter to limit the number of returned results.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Hope this helps - Happy to help further!!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Thank you very much and have a great one!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Warm regards&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 00:12:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-contacts-by-email-address/m-p/965640#M73054</guid>
      <dc:creator>Humashankar</dc:creator>
      <dc:date>2024-04-24T00:12:55Z</dc:date>
    </item>
  </channel>
</rss>

