<?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: Webhook Test Works But Real Contact Creation Events Not Triggering in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234401#M86151</link>
    <description>&lt;P&gt;Thanks for the question&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1023015"&gt;@Grove_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We also have issues with events coming to our backend, but they are generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you set the key correctly for the header? For webhook events in a workflow the options are primitive and insecure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we use NGROK to pass the event to our webhook it works when the endpoint in on my local machine.&lt;BR /&gt;&lt;BR /&gt;When the endpoint is our production app, then we get 403.&lt;BR /&gt;&lt;BR /&gt;I can see from your endpoint that your have Cloudflare in front of your application. You may need run the worker before for endpoints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our settings in wrandler.toml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;run_worker_first = [ &lt;BR /&gt;... "/webhooks",&lt;BR /&gt;    "/webhooks/*",&lt;BR /&gt;...&lt;BR /&gt;]&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Moderator note: While this solution may not address the original poster’s specific situation, it could be helpful for other community members facing similar challenges.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Dec 2025 11:07:06 GMT</pubDate>
    <dc:creator>CBN</dc:creator>
    <dc:date>2025-12-19T11:07:06Z</dc:date>
    <item>
      <title>Webhook Test Works But Real Contact Creation Events Not Triggering</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234362#M86143</link>
      <description>&lt;P class=""&gt;Hello,&lt;/P&gt;&lt;P class=""&gt;I'm trying to set up webhooks from HubSpot to n8n, but I'm experiencing a strange issue where test webhooks work perfectly, but real contact creation events are not being sent.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Created a &lt;STRONG&gt;public legacy app&lt;/STRONG&gt; in HubSpot Developer&lt;/LI&gt;&lt;LI&gt;Configured webhook subscription for &lt;STRONG&gt;contact.creation&lt;/STRONG&gt; event&lt;/LI&gt;&lt;LI&gt;Target URL: &lt;A href="https://postage-resulted-fundamentals-budgets.trycloudflare.com/webhook/c7930b58-ecb2-41a1-bbcb-8c103f63dea8/webhook" target="_blank" rel="noopener"&gt;https://postage-resulted-fundamentals-budgets.trycloudflare.com/webhook/c7930b58-ecb2-41a1-bbcb-8c103f63dea8/webhook&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;All required scopes are configured: crm.objects.contacts.read, crm.objects.contacts.write, crm.objects.companies.read, crm.objects.companies.write, crm.objects.deals.read, crm.objects.deals.write, crm.lists.read, crm.lists.write, oauth&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;What Works:&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;OAuth connection successful&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;"Test URL" button in webhook subscription sends data successfully&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;n8n receives the test payload correctly&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Webhook subscription appears active in HubSpot&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What Doesn't Work:&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;When I create a real contact in HubSpot (via UI), no webhook is triggered&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;In "Data from last 30 days" section: &lt;STRONG&gt;Total: 0&lt;/STRONG&gt;, &lt;STRONG&gt;Errors: 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;No executions appear in n8n when real contacts are created&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I've Tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Recreating the webhook subscription multiple times&lt;/LI&gt;&lt;LI&gt;Deactivating and reactivating the n8n workflow (which recreates the subscription)&lt;/LI&gt;&lt;LI&gt;Waiting 5+ minutes after creating contacts&lt;/LI&gt;&lt;LI&gt;Verifying all scopes are set as "Required" not "Optional"&lt;/LI&gt;&lt;LI&gt;Checking that the subscription is for "contact.creation" event&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Why would the test webhook work perfectly, but real contact creation events never trigger the webhook? Is there a delay, additional configuration, or permission I'm missing?&lt;/P&gt;&lt;P class=""&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 08:42:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234362#M86143</guid>
      <dc:creator>Grove_</dc:creator>
      <dc:date>2025-12-16T08:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Test Works But Real Contact Creation Events Not Triggering</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234400#M86150</link>
      <description>&lt;P&gt;Hey &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/1023015"&gt;@Grove_&lt;/a&gt;&lt;/SPAN&gt;, thanks for posting on the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;Hi &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/9629"&gt;@HubDoPete&lt;/a&gt;&lt;/SPAN&gt;, &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/144420"&gt;@CBN&lt;/a&gt;&lt;/SPAN&gt; and &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/63499"&gt;@SteveHTM&lt;/a&gt;&lt;/SPAN&gt;, do you have any insights on why only test events are triggering the webhook, to help &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/1023015"&gt;@Grove_&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Thanks so much in advance for your valuable contributions! 🧡&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 11:02:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234400#M86150</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-12-16T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Test Works But Real Contact Creation Events Not Triggering</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234401#M86151</link>
      <description>&lt;P&gt;Thanks for the question&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1023015"&gt;@Grove_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We also have issues with events coming to our backend, but they are generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you set the key correctly for the header? For webhook events in a workflow the options are primitive and insecure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we use NGROK to pass the event to our webhook it works when the endpoint in on my local machine.&lt;BR /&gt;&lt;BR /&gt;When the endpoint is our production app, then we get 403.&lt;BR /&gt;&lt;BR /&gt;I can see from your endpoint that your have Cloudflare in front of your application. You may need run the worker before for endpoints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our settings in wrandler.toml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;run_worker_first = [ &lt;BR /&gt;... "/webhooks",&lt;BR /&gt;    "/webhooks/*",&lt;BR /&gt;...&lt;BR /&gt;]&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Moderator note: While this solution may not address the original poster’s specific situation, it could be helpful for other community members facing similar challenges.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 11:07:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234401#M86151</guid>
      <dc:creator>CBN</dc:creator>
      <dc:date>2025-12-19T11:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Test Works But Real Contact Creation Events Not Triggering</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234511#M86161</link>
      <description>&lt;P data-start="249" data-end="525"&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1023015"&gt;@Grove_&lt;/a&gt;&amp;nbsp;&amp;nbsp;, I’ve seen this exact “Test works, real events don’t” pattern a few times, and it’s almost always one of two things: either the app is not actually installed in the same HubSpot account where you’re creating the contacts, or you’re not creating a truly new contact.&amp;nbsp;&lt;/P&gt;
&lt;P data-start="527" data-end="1014"&gt;A couple checks that usually unblock it. First, confirm you’re creating contacts in the exact portal that completed the OAuth install for the app. Webhooks are configured on the app, but they only fire for accounts that installed the app via OAuth, not just because the subscription exists in your developer portal (the docs call this out: webhooks trigger for “any account that install your app” via OAuth). (&lt;A class="" href="https://developers.hubspot.com/docs/api-reference/webhooks-webhooks-v3/guide" target="_blank" rel="noopener" data-start="937" data-end="1013"&gt;https://developers.hubspot.com/docs/api-reference/webhooks-webhooks-v3/guide)&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1016" data-end="1329"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1016" data-end="1329"&gt;Second, double-check the “creation” you’re doing is genuinely a create. If you enter an email that already exists, HubSpot will update the existing record instead of creating a new one, and you’d expect no contact.creation event.&lt;/P&gt;
&lt;P data-start="1016" data-end="1329"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1016" data-end="1329"&gt;For a quick sanity test,&amp;nbsp;create a contact with a never-before-used email address.&lt;/P&gt;
&lt;P data-start="1331" data-end="1832"&gt;If those two are fine, then I’d look at the Cloudflare tunnel URL stability and any edge rules: HubSpot will POST to your target URL and expects a fast 2xx.&lt;/P&gt;
&lt;P data-start="1331" data-end="1832"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1331" data-end="1832"&gt;If Cloudflare blocks or challenges the request, HubSpot would normally show errors in the webhook stats, but if the URL changed after you tested, you can end up with “nothing happens” until it’s corrected (also, webhook settings can be cached for up to ~5 minutes). (&lt;A class="" href="https://developers.hubspot.com/docs/api-reference/webhooks-webhooks-v3/guide" target="_blank" rel="noopener" data-start="1755" data-end="1831"&gt;https://developers.hubspot.com/docs/api-reference/webhooks-webhooks-v3/guide)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 15:08:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234511#M86161</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-12-16T15:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Test Works But Real Contact Creation Events Not Triggering</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234606#M86168</link>
      <description>&lt;P&gt;I managed to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Steps to fix:&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;HubSpot website&lt;/U&gt;:&lt;BR /&gt;Legacy-Apps &amp;gt; Create&amp;nbsp;Legacy &lt;STRONG&gt;Private&lt;/STRONG&gt; &lt;STRONG&gt;App&lt;/STRONG&gt; &amp;gt; Edit App &amp;gt; Webhooks elements &amp;gt; Target URL &amp;gt; Cloudflared Tunnel URL&amp;nbsp;&amp;gt; Save&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After changing your Cloudflared Tunnel URL, you must change the address to the new one again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Webhooks elements there is a Create Subscription button, but the &lt;STRONG&gt;subscription is created automatically&lt;/STRONG&gt; when you &lt;STRONG&gt;deactivate the workflow and reactivate it&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;n8n&amp;nbsp;&lt;SPAN&gt;HubSpot Developer API node:&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Client ID:&amp;nbsp;&lt;STRONG&gt;private-app&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Client Secret&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;*: &lt;STRONG&gt;from Legacy-Apps Authentication&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Developer API Key&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;*:&amp;nbsp;&lt;STRONG&gt;from Legacy-Apps Authentication&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;APP ID&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;*:&amp;nbsp; &lt;STRONG&gt;I entered it from the public app because it wasn't available in the private app. Any number will probably work.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Dec 2025 18:30:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Webhook-Test-Works-But-Real-Contact-Creation-Events-Not/m-p/1234606#M86168</guid>
      <dc:creator>Grove_</dc:creator>
      <dc:date>2025-12-16T18:30:03Z</dc:date>
    </item>
  </channel>
</rss>

