Hello,
I’d like to know if it’s possible to create discounts on quotes using Webhooks without having Operations Hubs or using Workflows.
Thank you.
Hello,
I’d like to know if it’s possible to create discounts on quotes using Webhooks without having Operations Hubs or using Workflows.
Thank you.
Hi @ISánchez0
1.HubSpot’s outbound‑webhook action sits inside workflows and is only unlocked with Operations Hub Pro/Enterprise ( How to Trigger Webhooks in HubSpot Contact-Based Workflows)
2. If you don’t have Ops Hub you can still capture quote events by subscribing to quote.created or quote.updated in a private app through the Webhooks API (Accounts Dashboard | HubSpot)
3. The webhook only listens, so once it fires you call the Quotes or Line Items endpoint and patch each line item’s discount or unit_price; HubSpot recalculates the totals for you Accounts Dashboard | HubSpot)
4. To avoid writing I can suggest try with us (StackSync) You can subscribe to the webhook, run your discount logic in SQL, and push the amended line items straight back—no Ops Hub required.
5. If you’d rather stay 100 % native, upgrading to Sales Hub Pro or Ops Hub lets you add a “Set line item property” action in the same workflow that triggers the webhook.

Real-Time Data Sync Between any CRM or Database | Founder @Stacksync (YC W24)