⚙ Operations Hub

ISánchez0
Member

Create discounts on quotes with Webhooks??

SOLVE

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.

0 Upvotes
1 Accepted solution
RubenBurdin
Solution
Top Contributor

Create discounts on quotes with Webhooks??

SOLVE

Hi @ISánchez0 

1.HubSpot’s outbound‑webhook action sits inside workflows and is only unlocked with Operations Hub Pro/Enterprise ( https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-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  (https://developers.hubspot.com/docs/guides/api/app-management/webhooks

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 https://developers.hubspot.com/docs/guides/api/crm/objects/line-items

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. 


RubenB_0-1746195756229.png

Ruben Burdin 

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

Did my answer help? Please mark it as a solution to help others find it too.

Ruben Burdin Ruben Burdin
HubSpot Advisor
Founder @ Stacksync
Real-Time Data Sync between any CRM and Database
Stacksync Banner

View solution in original post

0 Upvotes
1 Reply 1
RubenBurdin
Solution
Top Contributor

Create discounts on quotes with Webhooks??

SOLVE

Hi @ISánchez0 

1.HubSpot’s outbound‑webhook action sits inside workflows and is only unlocked with Operations Hub Pro/Enterprise ( https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-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  (https://developers.hubspot.com/docs/guides/api/app-management/webhooks

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 https://developers.hubspot.com/docs/guides/api/crm/objects/line-items

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. 


RubenB_0-1746195756229.png

Ruben Burdin 

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

Did my answer help? Please mark it as a solution to help others find it too.

Ruben Burdin Ruben Burdin
HubSpot Advisor
Founder @ Stacksync
Real-Time Data Sync between any CRM and Database
Stacksync Banner
0 Upvotes