Myagentmail
Email + LinkedIn API for AI recruiting agents

How your CV stacks up
Upload your CV to see how well it fits this job role
?%
For recruiting agents
Email + LinkedIn API for AI recruiting agents
Source candidates from LinkedIn, message them with personalized outreach, follow up over email when a connection accepts. Reply detection, multi-account quotas, and intent signals built in.
Start free trial | Read the docs
The problem
AI recruiting agents work the same loop a human recruiter does:
- Find candidates that match a role (search, filter on signals like job changes or engagement on relevant content)
- Send a personalized LinkedIn invite or InMail-style message
- Wait for the connection to accept
- Follow up — usually with email if you have it, otherwise another LinkedIn DM
- Hand off to a human recruiter the moment the candidate replies positively
Building this from scratch means: a LinkedIn scraper, an automation tool, an email API, a reply detection system, a sequence engine, multi-account quota management. Different vendor stack and same coordination headaches as cold sales — except recruiters care about the LinkedIn signal more.
What MyAgentMail gives recruiting agents specifically
- Job-change watchlist signals — track named individuals for role/company changes. Fires a webhook when a candidate moves to a new company. Most useful trigger for recruiting outreach there is.
- Engagement signals — watch a target company's LinkedIn page or a target person's profile for new engagers. People who comment on a Series B announcement are warm leads for that company's competitors.
- Keyword signals — watch LinkedIn for posts matching a firing rule like "open to senior backend role". Past 24h / week / month filtering for retroactive sourcing.
- Multi-account routing — connect 3 LinkedIn accounts, daily action ceiling triples. Auto-distribute polling across them so a single account never burns out.
- Cadence engine —
linkedin_invite→ wait →linkedin_message→ wait →email_followupwith branch conditions so the agent only emails after the connection accepts. - Reply detection — when the candidate replies, fires
cadence.lead.repliedand exits the sequence. Hand-off to a human happens cleanly.
Sketch
import { MyAgentMail } from "myagentmail";
const mam = new MyAgentMail({ apiKey: process.env.MYAGENTMAIL_KEY });
// Watch a target for engagers — anyone who likes/comments on
// posts from this person is potentially open to roles in that space.
const signal = await mam.linkedin.signals.create({
kind: "engagement",
name: "Engagers on @vc-partner",
target: "https://linkedin.com/in/some-vc",
cadence: "every_6h",
intentDescription: "Notify on senior IC engineers who engage. Filter out current employees of.",
filterMinIntent: "medium",
webhookUrl: "https://our-app.com/hooks/linkedin",
});
Reasons to use Rodeo
I’m in my final year doing Economics and I don’t know whether to apply for grad schemes now or do a masters first. What do you think?
Honest answer — it depends on where you want to end up. A lot of top grad schemes (Big 4, civil service, banking) don’t need a masters. Let’s look at the ones you’d be competitive for now, and we can decide if a masters actually adds anything.
Also worth knowing: most autumn 2026 applications are open now. Timing matters more than you think.
Start with a chat, not a search bar
Grad scheme, placement, apprenticeship? Not sure what you want yet — that's fine. Your agent talks it through with you and turns "I have no idea" into a shortlist.
Graduate Consultant — 2026 Scheme
Why you're a good match
StrongYour economics background and your summer at a regional bank line up with what PwC looks for on the consulting scheme. Applications close in four weeks.
See breakdownIt searches the market for you
Every day your agent scans the market matching roles against what actually matters to you, not just keywords on a CV.
Why you're a good match
You’ve got the grades and the economics background, and your bank internship is exactly the experience this scheme looks for. Apply soon — deadlines close within the month.
Experience fit
Your summer at the bank plus your econometrics coursework map directly to the day-one responsibilities on this scheme — client modelling, market briefings, and deal support.
Only hits
No noise. No "maybe this fits." Just roles with a clear explanation of why they're right — and where to focus when applying.
// On webhook fire, agent reaches out: async function handleEngagement(payload) { const candidate = payload.engager;
// Personalize the invite using the post they engaged with as context.
const note = Hi ${candidate.firstName}, saw your comment on the post about ${payload.post.excerpt.slice(0, 50)}. We're hiring senior engineers building similar — open to a chat?;
await mam.linkedin.connections.send({ profileUrl: candidate.profileUrl, message: note, });
// Enroll into a follow-up cadence — invite, wait 5d for accept, // then DM, then email if we have it. await mam.cadences.enroll(cadenceId, [{...candidate }]); }
## What this saves you vs. existing tools
The recruiting tooling market is mature but expensive: HireEZ, LinkedIn Recruiter, Gem, Reachout. They're great for human recruiters in a UI; less great for AI agents that want to call an API.
## Where MyAgentMail Differs
- **Programmatic-first**. CLI, MCP server, typed SDK, paired markdown docs at `/docs-md//`. You don't click; you call.
- **Real LinkedIn account control**. Recruiter-only tools work in their own UI. With MyAgentMail your agent's actions look identical to manual LinkedIn use because they ARE on a real LinkedIn account you control.
- **Email integrated**. After the connection accepts, you can fall back to email without leaving the platform.
- **Open to your own data**. Push notes into your ATS, query your CRM during personalization, store the conversation history wherever you want.
## Edge cases worth knowing
- **LinkedIn Recruiter accounts** — we don't currently support Recruiter-Lite or Recruiter Corporate features (InMail credits, Recruiter search filters). The agent uses the connected account's standard LinkedIn permissions. Most recruiting outreach works fine on Premium accounts; Recruiter is overkill for cold outreach anyway.
- **Compliance** — recruiting outreach is GDPR/regulated in many jurisdictions. We give you the infrastructure; the compliance sits with you. The CLI's browser-pairing auth means the customer's LinkedIn cookies never touch our servers in plaintext (AES-256-GCM at rest), which helps with the security narrative for enterprise.
- **Volume per account** — LinkedIn caps roughly 100 invitations/week per account regardless of tier. Connect more accounts to scale. Agency tier supports up to 60 sessions.
## Pricing
- LinkedIn add-on starts at $29/month (Solo: 2 sessions, 100 actions/day, 3 signals). Team is $99 for 15 sessions, Agency is $299 for 60 — recruiting often benefits from running multiple accounts in parallel to multiply weekly invite caps.
- Email module $5/month gets you a real follow-up inbox.
- 7-day free trial on both. See [/pricing](https://example.com/pricing).


Get help with your application
Your very own career expert that helps elevate your application to the next level.
Related
- Sales agent (use case)
- Cold outreach (use case)
- MyAgentMail vs Unipile
- Building an Intent-Based Outreach System (tutorial)
Done-for-you
Want us to build this for you?
14-day productized build. $10K flat, optional maintenance at $2K/month. We tune the firing rules, the drafter prompts, and the cadence to your ICP.
Other use cases
For cold outreach
Build your own cold outreach system on MyAgentMail
Cold email + LinkedIn outreach infrastructure for indie hackers and small teams. Provisioned inboxes, real LinkedIn sessions, intent signals, server-side cadence engine. Drop-in alternative to Lemlist, Apollo, Instantly — with full data ownership.
For scheduling agents
Calendar + scheduling API for AI agents
Give your AI agent its own calendar: host events, send and RSVP to invites, check availability, and share a booking link — so a conversation can go all the way to a booked meeting without a human or an external calendar provider.
For sales agents
Email + LinkedIn API for AI sales agents
Build AI sales agents that actually work leads end-to-end — connect on LinkedIn, send personalized email, detect replies, branch the cadence, and follow up at the right moment. One API key, two channels, multi-tenant ready.
For support agents
Email API for AI customer support agents
Build AI customer support agents that read inbound email, draft thoughtful replies, and learn from human edits before sending. Real inbox per agent, full thread state, drafts API for human-in-the-loop.
For SaaS builders
Multi-tenant email + LinkedIn API for SaaS builders
Build SaaS products that give each customer their own provisioned inbox and connected LinkedIn account. Workspace-isolated keys, per-tenant rate limits, scoped billing structures — multi-tenancy is first-class, not an afterthought.
For transactional email
Transactional email API for AI-powered apps
Send password resets, receipts, and notifications from AI-built apps. Provisioned inbox, custom domain, ZeptoMail-backed deliverability, and per-send open + click tracking with optional opt-out for privacy-sensitive sends.
Last reviewed 2026-05-02.
“It took my CV and asked me questions relevant to understanding what kind of jobs to suggest for me. Suggestions were almost perfect. Jobs were exactly what I’ve been looking for.”
Jessica, London
Skills
Location