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
| Champ | Type | Description |
|---|---|---|
| replies | array | Batch 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 * | string | The email ID returned by read_emails |
| body * | string | The reply body in plain text. Write a complete, professional email. |
| replyAll | boolean | Whether 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} })