Uniq × Apollo

Enriched by Apollo. Closed by Uniq.

Apollo tells you who they are. Uniq turns that into what they see: a personalized email and a proposal page in the prospect's own branding — generated from nothing but their URL.

Sequence-ready artifacts

Drop Uniq's email into your Apollo sequence as the personalized first touch; the hosted page goes out on reply — deliverability-safe by design.

From contact export to closing kit

Any Apollo list with a domain column becomes a batch of branded proposals via one API loop or the CLI — JSON in, JSON out.

Intent signal you don't have

Apollo scores fit. Uniq's proposal.viewed webhook scores interest — the moment a buyer opens their page, your agent knows.

Apollo export → Uniq loop

cat apollo-export.json | jq -r '.[].domain' | while read d; do
  npx @getuniq/cli propose --seller yoursaas.com --prospect "$d"
done
# → one branded kit per contact, JSON to stdout