Tous les outils

E-mails · reply_email

Répondre à un e-mail

Rédige et envoie une réponse dans le fil d'origine.

Prix
inclus
Prérequis
Gmail ou Outlook
à brancher dans Paramètres → Intégrations
Validation humaine
Oui, par défaut
écriture vers l'extérieur : un humain valide

Entrée

ChampTypeDescription
repliesarrayBatch reply: the FULL list of replies to send in one call (preferred whenever there is more than one). Each item takes the same fields as a single reply. When provided, the top-level single-reply fields are ignored.
emailId *stringThe email ID returned by read_emails
body *stringThe reply body in plain text. Write a complete, professional email.
replyAllbooleanWhether to reply to all recipients (default: false, reply only to sender)

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":"reply_email","input":{"replies":[],"emailId":"…","body":"…","replyAll":true}}'
$run({ "tool": "reply_email", "input": {"replies":[],"emailId":"…","body":"…","replyAll":true} })