<?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 API allcontacts not showing Unsubscribe or Bounce information in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-allcontacts-not-showing-Unsubscribe-or-Bounce-information/m-p/226359#M5255</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have made use of the allcontacts api (&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" rel="nofollow noopener"&gt;https://developers.hubspot.com/docs/methods/contacts/get_contacts&lt;/A&gt;) but am having issues figuring out how to get Bounce counts and subscription status (unsubscribe status). Anybody able to provide information to get this information. I know it can be done for a single contact using the get_status(&lt;A href="https://developers.hubspot.com/docs/methods/email/get_status" rel="nofollow noopener"&gt;https://developers.hubspot.com/docs/methods/email/get_status&lt;/A&gt;) but I essentially need to do this for All contacts and have not found a way to do this.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 17:54:29 GMT</pubDate>
    <dc:creator>cyberjudge</dc:creator>
    <dc:date>2018-08-29T17:54:29Z</dc:date>
    <item>
      <title>API allcontacts not showing Unsubscribe or Bounce information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-allcontacts-not-showing-Unsubscribe-or-Bounce-information/m-p/226359#M5255</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have made use of the allcontacts api (&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" rel="nofollow noopener"&gt;https://developers.hubspot.com/docs/methods/contacts/get_contacts&lt;/A&gt;) but am having issues figuring out how to get Bounce counts and subscription status (unsubscribe status). Anybody able to provide information to get this information. I know it can be done for a single contact using the get_status(&lt;A href="https://developers.hubspot.com/docs/methods/email/get_status" rel="nofollow noopener"&gt;https://developers.hubspot.com/docs/methods/email/get_status&lt;/A&gt;) but I essentially need to do this for All contacts and have not found a way to do this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 17:54:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-allcontacts-not-showing-Unsubscribe-or-Bounce-information/m-p/226359#M5255</guid>
      <dc:creator>cyberjudge</dc:creator>
      <dc:date>2018-08-29T17:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: API allcontacts not showing Unsubscribe or Bounce information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-allcontacts-not-showing-Unsubscribe-or-Bounce-information/m-p/226360#M5256</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/cyberjudge"&gt;@cyberjudge&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Per David's comment in &lt;A href="https://integrate.hubspot.com/t/get-subscription-status-for-multiple-emails-using-a-single-api-request/799"&gt;this post&lt;/A&gt; —&lt;/P&gt;
&lt;ASIDE class="quote quote-modified" data-post="2" data-topic="799"&gt;
  &lt;DIV class="title"&gt;
    &lt;DIV class="quote-controls"&gt;&lt;/DIV&gt;
    &lt;IMG alt="" width="20" height="20" src="https://community.hubspot.com/user_avatar/integrate.hubspot.com/dadams/40/26_1.png" class="avatar" /&gt;
    &lt;A href="https://integrate.hubspot.com/t/get-subscription-status-for-multiple-emails-using-a-single-api-request/799/2?u=itakushi"&gt;Get subscription status for multiple emails using a single API request&lt;/A&gt; &lt;A class="badge-wrapper  bullet" href="https://community.hubspot.com/c/email"&gt;&lt;SPAN class="badge-category-bg" style="background-color: #F1592A;"&gt;&lt;/SPAN&gt;&lt;SPAN style="" data-drop-close="true" class="badge-category clear-badge" title="Questions about the Email API, Email Events API, and Transactional Email API"&gt;Email&lt;/SPAN&gt;&lt;/A&gt;
  &lt;/DIV&gt;
  &lt;BLOCKQUOTE&gt;
    Hi &lt;A class="mention" href="https://community.hubspot.com/u/dmytro"&gt;@dmytro&lt;/A&gt; 
Currently the API only supports getting the subscription details for a single email at a time.  As an alternative to using the Email API, you can use the &lt;A href="http://developers.hubspot.com/docs/methods/contacts/get_batch_by_email" rel="nofollow noopener"&gt;Contacts API&lt;/A&gt; to get the contact properties for multiple email addresses in a single request, and look at the hs_email_optout to get the status of the contact (if that property is true, the contact is opted out of email).  You’ll also have other hs_email_optout_[subscription id] properties for each subscription type you have set up t…
  &lt;/BLOCKQUOTE&gt;
&lt;/ASIDE&gt;

&lt;P&gt;— there is no "all contacts" version of &lt;A href="https://developers.hubspot.com/docs/methods/email/get_status" rel="nofollow noopener"&gt;this endpoint&lt;/A&gt;, but you can include properties like &lt;CODE&gt;hs_email_bounce&lt;/CODE&gt;, &lt;CODE&gt;hs_email_optout&lt;/CODE&gt;, and &lt;CODE&gt;hs_email_optout_[subscription id]&lt;/CODE&gt; in &lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" rel="nofollow noopener"&gt;Get all contacts&lt;/A&gt; requests and it should return values &lt;EM&gt;if they exist&lt;/EM&gt;. I just confirmed this behavior in my own portal.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:08:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-allcontacts-not-showing-Unsubscribe-or-Bounce-information/m-p/226360#M5256</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-08-31T15:08:07Z</dc:date>
    </item>
  </channel>
</rss>

