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