Cold-email personalization API
Cold emails that actually mention what they read this morning.
API that hyper-personalizes your cold-email pitches using LinkedIn signals + recent posts + funding events. Drop-in to your existing sending stack — bring your own SMTP.
What it does
Built for one job. Done in seconds.
API
One endpoint. Bearer token. Done.
POST https://openclawapi.vercel.app/v1/coldmail/run
curl -X POST https://openclawapi.vercel.app/v1/coldmail/run \
-H 'Authorization: Bearer ock_...' \
-H 'Content-Type: application/json' \
-d '{
"recipient_name": "Sarah Chen",
"recipient_company": "Acme Robotics",
"context": "Just announced Series A; scaling QA",
"offer": "30-min walkthrough of how we cut test runtime 4x",
"sender_company": "FastTest"
}'Pricing