Tous les outils

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

ChampTypeDescription
surveysarrayBatch 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 *stringUUID of the support ticket
customerEmail *stringCustomer email address to send the survey to
customerNamestringCustomer display name (optional)
languagefr | enLanguage 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":"…"} })