Hi everyone,
I’m trying to retrieve all HubSpot deals that have specifically moved from deal stage “A” to deal stage “B”. However, when I use the Watch CRM Objects module with a filter set to Deal stage = “A”, it also includes deals where other properties (like address changes) have been modified.
Is there a way to filter out these irrelevant changes and only trigger the scenario when a deal has moved specifically from stage “A” to stage “B”?
Any help or suggestions would be greatly appreciated!
Thank you!
Hello,
I don’t know exactly how this module works, but I do it differently.
In Hubspot you can created a private App. You can then add any type of subscriptions, that can call webhooks.
You can create a Make Custom Webhook, pick its URL, and then configure in HS a new subscription for object Deals => Porperty Change => DealStage.
When configured, it will call your scenario only when this field is updated. Then, with a filter in Make, you can continue execution of the scenario only if Deal Stage = A
Benjamin
1 Like
Hey @Benjamin_from_Make
this is also a great approach. Thanks for sharing.
1 Like