Personalized outreach at scale. Your AI agent sends, tracks, follows up, and routes replies — all via API.
From first touch to qualified meeting — your AI agent handles the entire email sequence.
Your AI agent crafts and sends personalized emails to each prospect. No templates — every message is unique.
Schedule follow-up sequences programmatically. Your agent tracks who replied and who needs another touch.
Built-in tracking pixels tell your agent when a prospect opens or clicks. React in real time.
Inbound replies are delivered via webhook. Your agent reads them, qualifies interest, and routes hot leads.
A simple API for the entire outreach lifecycle.
// Send personalized outreach
POST /api/v1/inboxes/{inbox_id}/messages/send
{
"to": ["prospect@company.com"],
"subject": "Quick question about your data pipeline",
"html": "<p>Hi Sarah, I noticed your team at Acme is scaling...</p>",
"track_opens": true,
"track_clicks": true
}
// Webhook: prospect replied
{
"event": "message.received",
"data": {
"from": "prospect@company.com",
"subject": "Re: Quick question about your data pipeline",
"text": "Sure, I'd love to learn more. Can we chat Thursday?"
}
}Give your sales agent a real email address and let it handle personalized outreach at scale.