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
| Field | Type | Description |
|---|---|---|
| prospects * | array | List of prospects to include (max 200, must have email) |
| subject * | string | Subject line (same for all — replies thread) |
| senderEmail * | string | Sender address (must match Gmail/Outlook/Resend configured in Settings) |
| senderName | string | Sender display name |
| templateJ0 * | string | Day 0 email body. Use {{firstName}}, {{company}}, {{senderName}} etc. |
| templateJ3 | string | Day+3 follow-up body. Omit to skip. |
| templateJ7 | string | Day+7 follow-up body. Omit to skip. |
| templateJ14 | string | Day+14 final follow-up body. Omit to skip. |
| linkedinMessageJ0 | string | LinkedIn connection request note (max 300 chars). Omit to skip. |
| linkedinFollowUpJ3 | string | LinkedIn Day+3 DM (max 300 chars). Omit to skip. |
| startAt | string | When 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":"…"} })