Every deal stage deserves its own page.
A HubSpot workflow webhook turns 'deal created' into a proposal in the prospect's brand — attached to the record, tracked to the open.
Workflow-webhook simple
No app to install: a HubSpot workflow's webhook action calls Uniq with the company domain; write proposalUrl back to a deal property.
Reps send, they don't build
The kit arrives finished — email copy and a designed page. Your team's job shrinks to 'review and send', which they actually do.
Opens as deal signals
Route proposal.viewed into a workflow: bump the deal stage, notify the owner, schedule the call. Buying signals beat activity metrics.
Workflow webhook action
POST https://uniq.team/api/proposal
{ "sellerUrl": "yoursaas.com",
"prospectUrl": "{{company.domain}}",
"webhookUrl": "{{hubspot workflow webhook}}" }
→ write proposalUrl to deal propertyHubSpot is a trademark of its respective owner. Uniq is an independent open-source project that works alongside HubSpot — not affiliated with or endorsed by it.