<?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: Multiple triggers for deal properties change in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168739#M82828</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/957814"&gt;@ASalme&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; I think creating an App and using Webhooks will be your best bet. I think we can work out something using If/Then branches, but it comes with limitations. Using Webhooks will give you the granularity you need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Workflow limitations:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;No Dynamic Data — can't send only the specific property that changed&lt;/LI&gt;
 &lt;LI&gt;Sequential Logic — only the first matching if/then branch will run, not all of them&lt;/LI&gt;
 &lt;LI&gt;Lacks Scalability — requires manually adding a new branch for every new property&lt;/LI&gt;
 &lt;LI&gt;No Trigger Awareness — the workflow can't identify which property change triggered it&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are only needing this for a single HubSpot portal, you can simplify things a little by using a Private App for your Webhooks (versus a Public App which can be installed into multiple portals) — &lt;A href="https://developers.hubspot.com/docs/guides/apps/private-apps/create-and-edit-webhook-subscriptions-in-private-apps" target="_blank"&gt;&lt;STRONG&gt;Webhooks and Private Apps&lt;/STRONG&gt;&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Private App Advantages:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Precise Data — the webhook payload tells you exactly which property changed and its new value&lt;/LI&gt;
 &lt;LI&gt;Highly Scalable — track new properties without changing your setup in HubSpot&lt;/LI&gt;
 &lt;LI&gt;Powerful &amp;amp; Centralized — enables complex logic and consolidates your code in one external application&lt;/LI&gt;
 &lt;LI&gt;Real-Time Trigger — our system is notified instantly when a change occurs&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You could set up a &lt;A href="https://developers.hubspot.com/docs/getting-started/account-types#developer-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer account&lt;/STRONG&gt;&lt;/A&gt; and create a &lt;A href="https://developers.hubspot.com/docs/getting-started/account-types#developer-test-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer test accounts&lt;/STRONG&gt;&lt;/A&gt; to test with if you want to protect your production portal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun testing! — Jaycee&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jun 2025 17:35:23 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-06-24T17:35:23Z</dc:date>
    <item>
      <title>Multiple triggers for deal properties change</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168460#M82803</link>
      <description>&lt;P&gt;Hi, I'm trying to set up a Workflow where a POST is sent whenever any of a group of deal properties changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I’d like to do is have multiple triggers in the same workflow, each pointing to different webhooks—so when property A changes, it hits webhook A, when property B changes, it hits webhook B, and so on.&lt;/P&gt;&lt;P&gt;Having a single trigger with all the properties as conditions, pointing to the same webhook, will send either all the properties or manually filter what to send. That’s not ideal, I really just want to send only the property that actually changed. Also the option to have a workflow per trigger is not possible, cause my fields can increase or decrease over time so creating or removing workflows not sure if is the best option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know if that kind of setup is possible? Or any workarounds you’ve used?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 10:21:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168460#M82803</guid>
      <dc:creator>ASalme</dc:creator>
      <dc:date>2025-06-24T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple triggers for deal properties change</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168483#M82810</link>
      <description>&lt;P&gt;Is an app with webhooks suscriptions a better option than a workflow?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 11:13:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168483#M82810</guid>
      <dc:creator>ASalme</dc:creator>
      <dc:date>2025-06-24T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple triggers for deal properties change</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168739#M82828</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/957814"&gt;@ASalme&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; I think creating an App and using Webhooks will be your best bet. I think we can work out something using If/Then branches, but it comes with limitations. Using Webhooks will give you the granularity you need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Workflow limitations:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;No Dynamic Data — can't send only the specific property that changed&lt;/LI&gt;
 &lt;LI&gt;Sequential Logic — only the first matching if/then branch will run, not all of them&lt;/LI&gt;
 &lt;LI&gt;Lacks Scalability — requires manually adding a new branch for every new property&lt;/LI&gt;
 &lt;LI&gt;No Trigger Awareness — the workflow can't identify which property change triggered it&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are only needing this for a single HubSpot portal, you can simplify things a little by using a Private App for your Webhooks (versus a Public App which can be installed into multiple portals) — &lt;A href="https://developers.hubspot.com/docs/guides/apps/private-apps/create-and-edit-webhook-subscriptions-in-private-apps" target="_blank"&gt;&lt;STRONG&gt;Webhooks and Private Apps&lt;/STRONG&gt;&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Private App Advantages:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Precise Data — the webhook payload tells you exactly which property changed and its new value&lt;/LI&gt;
 &lt;LI&gt;Highly Scalable — track new properties without changing your setup in HubSpot&lt;/LI&gt;
 &lt;LI&gt;Powerful &amp;amp; Centralized — enables complex logic and consolidates your code in one external application&lt;/LI&gt;
 &lt;LI&gt;Real-Time Trigger — our system is notified instantly when a change occurs&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You could set up a &lt;A href="https://developers.hubspot.com/docs/getting-started/account-types#developer-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer account&lt;/STRONG&gt;&lt;/A&gt; and create a &lt;A href="https://developers.hubspot.com/docs/getting-started/account-types#developer-test-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer test accounts&lt;/STRONG&gt;&lt;/A&gt; to test with if you want to protect your production portal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun testing! — Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 17:35:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1168739#M82828</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-06-24T17:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple triggers for deal properties change</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1170356#M82913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/957814"&gt;@ASalme&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right now, HubSpot workflows don’t support multiple property-specific triggers within a single process, and they can’t automatically send only the property that has changed. A workaround is to create an external app using a Private App and webhooks, which listens for property changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With this setup, you only need one integration, and your app can process the incoming webhook, pinpoint which property was updated, and direct the data to the right destination. This method is flexible and can grow with your needs without needing constant updates in HubSpot as your list of properties evolves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you’re not ready to build an app, you could use If/Then branches in a workflow, but this method is less scalable and only triggers the first matching condition.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 14:52:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1170356#M82913</guid>
      <dc:creator>GiantFocal</dc:creator>
      <dc:date>2025-06-27T14:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple triggers for deal properties change</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1170377#M82914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/577159"&gt;@GiantFocal&lt;/a&gt;, Yes, I went for that solution, which is quite simple to implement, works perfectly, and is exactly what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 15:25:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Multiple-triggers-for-deal-properties-change/m-p/1170377#M82914</guid>
      <dc:creator>ASalme</dc:creator>
      <dc:date>2025-06-27T15:25:45Z</dc:date>
    </item>
  </channel>
</rss>

