<?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 Webhook payload in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-payload/m-p/1163820#M82582</link>
    <description>&lt;P&gt;Webhook payload on Hubspot vs what I end up getting on my Apps Script web app is different - I GET WAY LESS datapoints, why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;understand maybe additional datapoints are in BETA, but I have flagged to support and still no clear answer.&lt;BR /&gt;&lt;BR /&gt;I want my apps script web app to recieve all datapoints from the payload:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"eventId": 1626806091,&lt;BR /&gt;"subscriptionId": 3759774,&lt;BR /&gt;"portalId": 5599826,&lt;BR /&gt;"appId": 3986312,&lt;BR /&gt;"occurredAt": 1749664733960,&lt;BR /&gt;"subscriptionType": "object.associationChange",&lt;BR /&gt;"attemptNumber": 0,&lt;BR /&gt;"changeSource": "USER",&lt;BR /&gt;"associationType": "CONTACT_TO_DEAL",&lt;BR /&gt;"associationCategory": "HUBSPOT_DEFINED",&lt;BR /&gt;"associationTypeId": 4,&lt;BR /&gt;"fromObjectId": 126846003781,&lt;BR /&gt;"fromObjectTypeId": "0-1",&lt;BR /&gt;"toObjectId": 38580006684,&lt;BR /&gt;"toObjectTypeId": "0-3",&lt;BR /&gt;"associationRemoved": true,&lt;BR /&gt;"isPrimaryAssociation": false,&lt;BR /&gt;"sourceId": "userId:45825670"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;At the moment I only get the following:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"eventId": 1626806091,&lt;BR /&gt;"fromObjectTypeId": "0-1",&lt;BR /&gt;"toObjectTypeId": "0-3",&lt;BR /&gt;"associationTypeId": 4,&lt;BR /&gt;"subscriptionType": "object.associationChange"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I WANT THE REST!!!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 09:46:16 GMT</pubDate>
    <dc:creator>fterp</dc:creator>
    <dc:date>2025-06-12T09:46:16Z</dc:date>
    <item>
      <title>Webhook payload</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-payload/m-p/1163820#M82582</link>
      <description>&lt;P&gt;Webhook payload on Hubspot vs what I end up getting on my Apps Script web app is different - I GET WAY LESS datapoints, why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;understand maybe additional datapoints are in BETA, but I have flagged to support and still no clear answer.&lt;BR /&gt;&lt;BR /&gt;I want my apps script web app to recieve all datapoints from the payload:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"eventId": 1626806091,&lt;BR /&gt;"subscriptionId": 3759774,&lt;BR /&gt;"portalId": 5599826,&lt;BR /&gt;"appId": 3986312,&lt;BR /&gt;"occurredAt": 1749664733960,&lt;BR /&gt;"subscriptionType": "object.associationChange",&lt;BR /&gt;"attemptNumber": 0,&lt;BR /&gt;"changeSource": "USER",&lt;BR /&gt;"associationType": "CONTACT_TO_DEAL",&lt;BR /&gt;"associationCategory": "HUBSPOT_DEFINED",&lt;BR /&gt;"associationTypeId": 4,&lt;BR /&gt;"fromObjectId": 126846003781,&lt;BR /&gt;"fromObjectTypeId": "0-1",&lt;BR /&gt;"toObjectId": 38580006684,&lt;BR /&gt;"toObjectTypeId": "0-3",&lt;BR /&gt;"associationRemoved": true,&lt;BR /&gt;"isPrimaryAssociation": false,&lt;BR /&gt;"sourceId": "userId:45825670"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;At the moment I only get the following:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"eventId": 1626806091,&lt;BR /&gt;"fromObjectTypeId": "0-1",&lt;BR /&gt;"toObjectTypeId": "0-3",&lt;BR /&gt;"associationTypeId": 4,&lt;BR /&gt;"subscriptionType": "object.associationChange"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I WANT THE REST!!!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 09:46:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-payload/m-p/1163820#M82582</guid>
      <dc:creator>fterp</dc:creator>
      <dc:date>2025-06-12T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook payload</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-payload/m-p/1164095#M82600</link>
      <description>&lt;P data-sourcepos="5:1-5:10"&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/953293"&gt;@fterp&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. This is a common point of confusion when working with Google Apps Script.&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:375"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:375"&gt;Looking at the official &lt;A class="ng-star-inserted" href="https://www.google.com/search?q=https://developers.google.com/apps-script/guides/web%23request_parameters" target="_blank" rel="noopener"&gt;Google Apps Script documentation&lt;/A&gt;, have you tried to access the &lt;CODE&gt;e.postData.contents&lt;/CODE&gt; property in your script? This will give you the full raw JSON string from HubSpot, which you can then parse to access all the data points you're looking for.&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:375"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:375"&gt;Have fun testing! — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 18:05:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-payload/m-p/1164095#M82600</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-06-12T18:05:50Z</dc:date>
    </item>
  </channel>
</rss>

