All tools

Prospecting · start_outreach_sequence

Start outreach sequence

Start an email + LinkedIn sequence (D0, D+3, D+7, D+14) for a prospect list.

Price
included
Requirements
No connector
runs on platform keys
Human approval
Yes, by default
outside-facing write: a human validates

Input

FieldTypeDescription
prospects *arrayList of prospects to include (max 200, must have email)
subject *stringSubject line (same for all — replies thread)
senderEmail *stringSender address (must match Gmail/Outlook/Resend configured in Settings)
senderNamestringSender display name
templateJ0 *stringDay 0 email body. Use {{firstName}}, {{company}}, {{senderName}} etc.
templateJ3stringDay+3 follow-up body. Omit to skip.
templateJ7stringDay+7 follow-up body. Omit to skip.
templateJ14stringDay+14 final follow-up body. Omit to skip.
linkedinMessageJ0stringLinkedIn connection request note (max 300 chars). Omit to skip.
linkedinFollowUpJ3stringLinkedIn Day+3 DM (max 300 chars). Omit to skip.
startAtstringWhen to start. PREFER relative: "in 10 minutes", "in 3 days", "tomorrow". ISO 8601 also accepted. Default: 5 minutes from now.

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"start_outreach_sequence","input":{"prospects":[],"subject":"…","senderEmail":"…","senderName":"…"}}'
$run({ "tool": "start_outreach_sequence", "input": {"prospects":[],"subject":"…","senderEmail":"…","senderName":"…"} })