Support client · request_csat
Enquête de satisfaction
Envoie une enquête de satisfaction après résolution.
- 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 |
|---|---|---|
| surveys | array | Batch surveys: the FULL list of CSAT surveys to send in one call (preferred whenever there is more than one). Each item takes the same fields as a single survey. When provided, the top-level single-survey fields are ignored. |
| ticketId * | string | UUID of the support ticket |
| customerEmail * | string | Customer email address to send the survey to |
| customerName | string | Customer display name (optional) |
| language | fr | en | Language for the email (default: en) |
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":"request_csat","input":{"surveys":[],"ticketId":"…","customerEmail":"…","customerName":"…"}}'$
run({ "tool": "request_csat", "input": {"surveys":[],"ticketId":"…","customerEmail":"…","customerName":"…"} })