Tous les outils

Prospection · start_outreach_sequence

Lancer une séquence

Déclenche une séquence e-mail + LinkedIn (J0, J+3, J+7, J+14) pour une liste de prospects.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Oui, par défaut
écriture vers l'extérieur : un humain valide

Entrée

ChampTypeDescription
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.

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

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":"…"} })