<?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: Clarification on Webhooks — Are They App-Wide or User-Specific in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1137663#M81650</link>
    <description>&lt;P&gt;Thanks &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/537570"&gt;@RubenBurdin&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt; — Jaycee&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 17:19:17 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-04-17T17:19:17Z</dc:date>
    <item>
      <title>Clarification on Webhooks — Are They App-Wide or User-Specific</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1136900#M81623</link>
      <description>&lt;P class=""&gt;Hi everyone,&lt;/P&gt;&lt;P class=""&gt;I'm building a public app on HubSpot and planning to use webhooks to track events like contact creation, update, and deletion. I’ve gone through the documentation and have a quick clarification:&lt;/P&gt;&lt;P class=""&gt;Are webhook subscriptions tied to the &lt;STRONG&gt;app itself&lt;/STRONG&gt;, or can I programmatically create &lt;STRONG&gt;user-specific webhooks&lt;/STRONG&gt; once a user authorizes my app via OAuth?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I understand that webhook subscriptions configured under the &lt;EM&gt;Webhooks&lt;/EM&gt; feature tab in the app settings apply globally to all users who install the app. But is there any way to dynamically create or manage webhook subscriptions &lt;EM&gt;per user account&lt;/EM&gt;&amp;nbsp;after the app is installed? Or are we strictly limited to the static, app-wide subscriptions defined in the developer portal?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 08:26:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1136900#M81623</guid>
      <dc:creator>DSingh05</dc:creator>
      <dc:date>2025-04-16T08:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Webhooks — Are They App-Wide or User-Specific</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1137309#M81640</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/930411"&gt;@DSingh05&lt;/a&gt;&amp;nbsp;, great question. So yeah, webhooks in HubSpot public apps are tied to the &lt;STRONG&gt;app itself&lt;/STRONG&gt;, not individual users or OAuth tokens. Even if you create subscriptions programmatically using the Webhooks API (/crm/v3/webhooks/{appId}/subscriptions), those subscriptions still apply globally to every portal that installs your app. There’s no built-in way to create user- or portal-specific webhook subscriptions after install.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you need to apply user-specific behavior, the common workaround is to store user settings (based on portalId, for example) when they authorize your app. Then when your webhook receiver gets an event, you check that ID and run whatever logic makes sense for that user’s config. The webhook payload doesn’t always include who triggered the action, but you usually get enough context (like object ID and portal ID) to figure it out.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So yep — static, app-wide subscriptions are the only option for now. You can fine-tune them a bit with property-based filters when setting up the subscription, but those filters still apply globally.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="RubenB_0-1744853121171.png" style="width: 92px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/143607i672C4DA418E58C37/image-dimensions/92x92?v=v2" width="92" height="92" role="button" title="RubenB_0-1744853121171.png" alt="RubenB_0-1744853121171.png" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;A href="https://www.linkedin.com/in/ruben-burdin/" target="_blank" rel="noopener nofollow noreferrer"&gt;Ruben Burdin&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Real-Time Data Sync Between any CRM or Database | Founder @Stacksync (YC W24)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--   notionvc: 91e2b8b2-0dce-48fd-931a-96d623a9edc5   --&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 01:27:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1137309#M81640</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-04-17T01:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Webhooks — Are They App-Wide or User-Specific</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1137663#M81650</link>
      <description>&lt;P&gt;Thanks &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/537570"&gt;@RubenBurdin&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt; — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 17:19:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Clarification-on-Webhooks-Are-They-App-Wide-or-User-Specific/m-p/1137663#M81650</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-04-17T17:19:17Z</dc:date>
    </item>
  </channel>
</rss>

