<?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: Public Beta: Generic Webhook Subscriptions in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035842#M822</link>
    <description>&lt;P&gt;Thank you for the information and for the reply!&lt;BR /&gt;I'll wait for updates and I'm ready to make tests and send everything in prod &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 14:48:05 GMT</pubDate>
    <dc:creator>mmaddiona</dc:creator>
    <dc:date>2024-09-03T14:48:05Z</dc:date>
    <item>
      <title>Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1022871#M783</link>
      <description>&lt;P&gt;Starting on August 6th, 2024, you can now use 24 additional CRM object types with &lt;A href="https://developers.hubspot.com/beta-docs/guides/apps/webhooks/create-generic-webhook-subscriptions" target="_blank" rel="noopener"&gt;w&lt;/A&gt;&lt;A href="https://developers.hubspot.com/docs/guides/webhooks/create-generic-webhook-subscriptions" target="_blank" rel="noopener"&gt;ebhook subscriptions&lt;/A&gt;&amp;nbsp;for both private&amp;nbsp;and public apps. We are updating the format to follow the "object.*" pattern to standardize the subscription types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Key Format Changes&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Old Format:&lt;/STRONG&gt; subscriptionType: contact.creation (legacy)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;New Format:&lt;/STRONG&gt; subscriptionType: object.creation (generic format) with the related object defined in the response objectTypeId field&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;Supported Object Types&lt;/H4&gt;
&lt;P&gt;Webhook subscriptions now support all of the following object types for private and public apps:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;CALL&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp; &amp;nbsp; CART&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp; &amp;nbsp; COMMERCE_PAYMENT&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;COMMUNICATION&lt;/TD&gt;
&lt;TD&gt;COMPANY&lt;/TD&gt;
&lt;TD&gt;CONTACT&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;DEAL&lt;/TD&gt;
&lt;TD&gt;DISCOUNT&lt;/TD&gt;
&lt;TD&gt;EMAIL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;FEE&lt;/TD&gt;
&lt;TD&gt;FEEDBACK_SUBMISSION&lt;/TD&gt;
&lt;TD&gt;GOAL_TARGET&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;LINE_ITEM&lt;/TD&gt;
&lt;TD&gt;MEETING_EVENT&lt;/TD&gt;
&lt;TD&gt;NOTE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ORDER&lt;/TD&gt;
&lt;TD&gt;POSTAL_MAIL&lt;/TD&gt;
&lt;TD&gt;PRODUCT&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;QUOTE&lt;/TD&gt;
&lt;TD&gt;QUOTE_TEMPLATE&lt;/TD&gt;
&lt;TD&gt;TASK&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;TAX&lt;/TD&gt;
&lt;TD&gt;TICKET&lt;/TD&gt;
&lt;TD&gt;INVOICE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;LEAD&lt;/TD&gt;
&lt;TD&gt;SUBSCRIPTION&lt;/TD&gt;
&lt;TD&gt;USER&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;PARTNER_CLIENT&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;Subscription Type Format Changes&lt;/H4&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Subscription type&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Legacy format (example)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;New format&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Creation&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;contact.creation&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;object.creation&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Deletion&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;contact.deletion&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;object.deletion&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Merge&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;contact.merge&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;object.merge&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Restore&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;contact.restore&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;object.restore&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Property change&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;contact.propertyChange&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;object.propertyChange&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;Association change&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;contact.associationChange&lt;/P&gt;
&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;
&lt;P&gt;object.associationChange&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Creation, deletion, merge, restore, and property change events will now include objectTypeId&amp;nbsp;in the response payload in raw ID format (e.g., 0-1 for contact) as defined &lt;A href="https://developers.hubspot.com/docs/api/crm/understanding-the-crm#object-type-id" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Additional Information&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;Association Change Events&lt;/STRONG&gt;&lt;BR /&gt;New fields added:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;fromObjectTypeId&lt;/LI&gt;
&lt;LI&gt;toObjectTypeId&lt;/LI&gt;
&lt;LI&gt;associationTypeId&lt;/LI&gt;
&lt;LI&gt;associationCategory&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These events will be triggered for both objects related to the association change. This means that, for an association change made to a deal record, an object.associationChange for objectName=contact will also be triggered by a change in the DEAL_TO_CONTACT association with toObjectTypeId=0-1 and the appropriate associationTypeId in the payload. Previously, only the deal.associationChange would be triggered for DEAL_TO_CONTACT associations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Legacy Format Support&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;CONVERSATION objects and contact.privacyDeletion events will continue to be supported in the old format. We do not have generic webhooks for these subscriptions, so developers can continue to use the old format for these cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What does this mean for developers?&lt;/H2&gt;
&lt;P&gt;Developers can now use the generic format to extend subscriptions to newly supported object types for their application use case. While immediate deprecation of legacy webhooks are not planned, it is advisable to start adapting to the new format. Consider modifying existing endpoints to adapt to the new format or create new ones as needed. Users should publish events to both subscription versions during the transition period. The HubSpot UI supports maintaining both legacy and new versions simultaneously, ensuring a smooth migration process.&lt;/P&gt;
&lt;P&gt;Please refer to this &lt;A href="https://developers.hubspot.com/docs/guides/webhooks/create-generic-webhook-subscriptions" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt;&amp;nbsp;to learn more about setting up generic webhook subscriptions using the new CRM object types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;When is it happening?&lt;/H2&gt;
&lt;P&gt;This public beta goes into effect on Tuesday, &lt;STRONG&gt;August 6th, 2024&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Important update:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;ENGAGEMENT:&amp;nbsp;The ENGAGEMENT object type is no longer supported in generic webhook subscriptions.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;EMAIL:&amp;nbsp;Subscriptions to the EMAIL object type are allowed, but creation of subscriptions for the&amp;nbsp;hs_email_html&amp;nbsp;and&amp;nbsp;hs_email_subject&amp;nbsp;properties is restricted.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;COMMUNICATION:&amp;nbsp;Subscriptions to the COMMUNICATION object type are also allowed, but creation of subscriptions for the&amp;nbsp;hs_communication_body&amp;nbsp;property is restricted.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL data-stringify-type="unordered-list" data-indent="1" data-border="0"&gt;
&lt;LI data-stringify-indent="1" data-stringify-border="0"&gt;Note:&amp;nbsp;Existing subscriptions for&amp;nbsp;hs_communication_body&amp;nbsp;in COMMUNICATION objects will be left as-is and continue functioning as expected.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;Every other property and every other subscription type for these objects is allowed.&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Questions or concerns? &lt;/STRONG&gt;Join our peer-to-peer developer forum below.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 17:43:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1022871#M783</guid>
      <dc:creator>hseligson</dc:creator>
      <dc:date>2024-09-04T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1023000#M785</link>
      <description>&lt;P&gt;Is this update the cause for errors when I try to creake a webhook trigger in my workflows?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 16:52:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1023000#M785</guid>
      <dc:creator>austinsine</dc:creator>
      <dc:date>2024-08-06T16:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1023004#M786</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/743222"&gt;@austinsine&lt;/a&gt;&amp;nbsp;- Could you provide more details about the error you're receiving?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 17:02:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1023004#M786</guid>
      <dc:creator>hseligson</dc:creator>
      <dc:date>2024-08-06T17:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1028228#M794</link>
      <description>&lt;P&gt;Thank you for this update, it's perfect for our integration! I'm already implementing this.&lt;BR /&gt;Just two things:&lt;/P&gt;&lt;P&gt;1) I've fired an &lt;EM&gt;object.deletion&lt;/EM&gt; event for &lt;STRONG&gt;Note&lt;/STRONG&gt;. I can see it from the Events Subscription dashboard but not on the Monitoring Logs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmaddiona_0-1723822895333.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/124979i9300164D70E3F608/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmaddiona_0-1723822895333.png" alt="mmaddiona_0-1723822895333.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmaddiona_1-1723822909705.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/124980iD9060AE35F6CFD74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmaddiona_1-1723822909705.png" alt="mmaddiona_1-1723822909705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) When do you plan to fix the problem on the &lt;STRONG&gt;Email&lt;/STRONG&gt; object? I would like to move to this integration and remove the previous workaround that I needed to implement to detect new emails.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Edit: about 1) the event arrived after some delay (I think more than 30 minutes). I write this just in case it could be helpful on your side&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 16:13:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1028228#M794</guid>
      <dc:creator>mmaddiona</dc:creator>
      <dc:date>2024-08-16T16:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035146#M820</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/420219"&gt;@hseligson&lt;/a&gt;&amp;nbsp;any update on the bug for EMAILS and ENGAGEMENT?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 08:32:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035146#M820</guid>
      <dc:creator>mmaddiona</dc:creator>
      <dc:date>2024-09-02T08:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035836#M821</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/404039"&gt;@mmaddiona&lt;/a&gt;&amp;nbsp;- Thank you for your follow-up!&amp;nbsp;As far as providing EMAILS and ENGAGEMENT support, at this time, we can confirm that &lt;STRONG&gt;ENGAGEMENT&lt;/STRONG&gt; will not be supported since types like notes, tasks, and other engagement activities are already supported by generic webhooks.&lt;/P&gt;
&lt;P&gt;We’re still awaiting an update on &lt;STRONG&gt;EMAIL&lt;/STRONG&gt;. Once I receive confirmation from our engineering team and PM, I’ll update this thread. Stay tuned!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 14:38:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035836#M821</guid>
      <dc:creator>hseligson</dc:creator>
      <dc:date>2024-09-03T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035842#M822</link>
      <description>&lt;P&gt;Thank you for the information and for the reply!&lt;BR /&gt;I'll wait for updates and I'm ready to make tests and send everything in prod &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 14:48:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1035842#M822</guid>
      <dc:creator>mmaddiona</dc:creator>
      <dc:date>2024-09-03T14:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Public Beta: Generic Webhook Subscriptions</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1036521#M830</link>
      <description>&lt;P&gt;Hi HubSpot Developers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have an important update related to this recent launch for generic webhook subscriptions. Please see below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Important update:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&lt;STRONG data-stringify-type="bold"&gt;ENGAGEMENT:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The ENGAGEMENT object type is no longer supported in generic webhook subscriptions.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&lt;STRONG data-stringify-type="bold"&gt;EMAIL:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Subscriptions to the EMAIL object type are allowed, but creation of subscriptions for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE data-stringify-type="code"&gt;hs_email_html&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE data-stringify-type="code"&gt;hs_email_subject&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;properties is restricted.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&lt;STRONG data-stringify-type="bold"&gt;COMMUNICATION:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Subscriptions to the COMMUNICATION object type are also allowed, but creation of subscriptions for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE data-stringify-type="code"&gt;hs_communication_body&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property is restricted.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL data-stringify-type="unordered-list" data-indent="1" data-border="0"&gt;
&lt;LI data-stringify-indent="1" data-stringify-border="0"&gt;&lt;STRONG data-stringify-type="bold"&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Existing subscriptions for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE data-stringify-type="code"&gt;hs_communication_body&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in COMMUNICATION objects will be left as-is and continue functioning as expected.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;Every other property and every other subscription type for these objects is allowed.&lt;SPAN data-sk="tooltip_parent"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Sep 2024 17:45:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Public-Beta-Generic-Webhook-Subscriptions/m-p/1036521#M830</guid>
      <dc:creator>hseligson</dc:creator>
      <dc:date>2024-09-04T17:45:39Z</dc:date>
    </item>
  </channel>
</rss>

