<?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 Re: Certain emails do not get added to list via API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/265831#M23788</link>
    <description>&lt;P&gt;Note for posterity:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris and I resolved this via direct message. The contacts were already members of the list in question, but he could not see them in the UI because he did not own the records and his permissions only allowed him to view owned and unassigned records.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 14:53:39 GMT</pubDate>
    <dc:creator>IsaacTakushi</dc:creator>
    <dc:date>2019-04-18T14:53:39Z</dc:date>
    <item>
      <title>Certain emails do not get added to list via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/261998#M23395</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are trying to post emails to our signup list in HubSpot. The issue is that some emails seem to be disregarded:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;chris@email.co -&amp;gt; &lt;EM&gt;properly is added to the list&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;chris+1@email.co -&amp;gt; &lt;EM&gt;does not work&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;chris+1@email.com -&amp;gt; &lt;EM&gt;properly is added to the list&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are posting via the HubSpot Node package - any ideas why this could&amp;nbsp;be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 16:42:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/261998#M23395</guid>
      <dc:creator>Chris1904</dc:creator>
      <dc:date>2019-03-28T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Certain emails do not get added to list via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/262532#M23452</link>
      <description>&lt;P&gt;Welcome,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/90686"&gt;@Chris1904&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To clarify, are you using &lt;A href="https://developers.hubspot.com/docs/methods/lists/add_contact_to_list" target="_self"&gt;this endpoint&lt;/A&gt; to add contact records to a list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, would you confirm your Hub ID and share an example payload, such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
  "vids": [ ],
  "emails": [
    "chris@email.co",
    "chris+1@email.co",
    "chris+1@email.com"
  ]
}
&lt;/PRE&gt;
&lt;P&gt;What did the endpoint return? Something like:&lt;/P&gt;
&lt;PRE&gt;{
    "updated": [
        12345678,
        13141516
    ],
    "discarded": [
    
    ],
    "invalidVids": [
    
    ],
    "invalidEmails": [
      chris+1@email.co
    ]
}&lt;/PRE&gt;
&lt;P&gt;Please provide specific examples so I can troubleshoot effectively. If you do not want to share the full email addresses here, please share links to the contacts in question in your account (e.g.&amp;nbsp;&lt;A href="https://app.hubspot.com/contacts/123456/contact/987654321" target="_blank"&gt;https://app.hubspot.com/contacts/123456/contact/987654321&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 20:54:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/262532#M23452</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-04-01T20:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Certain emails do not get added to list via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/263067#M23502</link>
      <description>&lt;P&gt;message: '409 - {"message":"Contact already exists","identityProfile":{"vid":53868328,"identity":[{"value":"hidden","type":"EMAIL","timestamp":1553625204309,"isPrimary":true},","requestId":"ce1d3715a65dcb3ceb5534477c473066"}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Hope the vid and requestId will be enough for you to track down this event. So basically the endpoint is saying that a contact(email) like this already exists when I can confirm that this statement is false and an email like that doesn't exist on the subscription list. Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 18:35:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/263067#M23502</guid>
      <dc:creator>Chris1904</dc:creator>
      <dc:date>2019-04-03T18:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Certain emails do not get added to list via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/263365#M23534</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/90686"&gt;@Chris1904&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for that information. Unfortunately, individual calls are very difficult for me to locate on our back end, even with&amp;nbsp;a &lt;CODE&gt;requestId&lt;/CODE&gt; value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share the &lt;CODE&gt;listId&lt;/CODE&gt; which you're using for &lt;A href="https://developers.hubspot.com/docs/methods/lists/add_contact_to_list" target="_self"&gt;this endpoint&lt;/A&gt;? I'd like to try and replicate the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 20:43:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/263365#M23534</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-04-04T20:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Certain emails do not get added to list via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/265831#M23788</link>
      <description>&lt;P&gt;Note for posterity:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris and I resolved this via direct message. The contacts were already members of the list in question, but he could not see them in the UI because he did not own the records and his permissions only allowed him to view owned and unassigned records.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:53:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Certain-emails-do-not-get-added-to-list-via-API/m-p/265831#M23788</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-04-18T14:53:39Z</dc:date>
    </item>
  </channel>
</rss>

