Put your sales agent in the inbox.
A verified sending address and an inbox to catch replies — so your outreach agent can send, follow up, and book meetings from one identity that lands in the inbox.
Outreach is only half the job. The replies — the interested ones, the objections, the out-of-office bounces — come back to an inbox someone has to read. A sales agent that can send but not receive hands every response back to a human.
Mailgent gives the agent a verified address with proper DKIM so its mail lands, plus an inbox to catch and act on replies. It sends the sequence, reads what comes back, follows up in-thread, and books the meeting on its calendar.
Land in the inbox, not spam
Cold outreach lives or dies on deliverability. Mailgent sends from verified senders with DKIM and SPF set up correctly, so messages reach the inbox rather than the spam folder.
The agent sends from a real address a prospect can reply to — not a no-reply — which is what makes a conversation possible at all.
await mail_send({
to: prospect.email,
subject: `quick question, ${prospect.firstName}`,
text: personalize(template, prospect),
});
// later: catch and qualify replies
const replies = await mail_list_threads({ label: "inbox", unread: true });Follow up in the same thread
The agent tracks which prospects replied and which went quiet, then follows up in the original thread on a cadence you set. Replies are read and qualified; hot leads get a meeting booked, cold ones get tagged and dropped from the sequence.
Attributable and controlled
Every send is logged under the agent's identity, so you have a clean record of what went out. Scope the key to mail:send and calendar:write and the agent can run outreach and booking — nothing more.
FAQ
Will the mail pass SPF and DKIM?
Yes. Addresses are sent from verified senders with DKIM and SPF configured, which is what gets you to the inbox.
Can it book the meeting itself?
Yes, if you grant calendar scope. It proposes times and creates the event in the same flow.
How do I keep it from over-sending?
Plan limits cap monthly volume, and you control the cadence in your own sequence logic.
Give your agent an inbox.
A real email address, a vault, 2FA, and an identity in one API call.