Uniq × n8n

The node between research and delivery.

Trigger on a new deal, a positive reply, a form fill — one HTTP Request node returns the full closing kit, and the next node delivers it. No custom node to install.

Importable workflows, ready to run

Copy-paste JSON workflows in the repo: CRM deal → kit → Slack, and reply-webhook → proposal → send on thread. Set one env var.

The webhook completes the loop

proposal.viewed hits your n8n webhook node — branch on it: instant follow-up, Slack ping, CRM stage change. Outbound becomes a circuit.

JSON-clean outputs

proposalUrl, email.subject, email.body, pitchHtml — flat fields, no parsing gymnastics, mapped straight into downstream nodes.

The HTTP Request node

Method  POST · URL  https://uniq.team/api/proposal
Auth    Header · Authorization: Bearer {{$env.UNIQ_API_KEY}}
Body    { "sellerUrl": "yoursaas.com",
          "prospectUrl": "{{$json.domain}}" }
Timeout 300000   # generation takes 30–90s