Tous les outils

Marketing · ab_test_subject_lines

A/B test d'objets

Score deux variantes d'objet d'e-mail.

Prix
usage IA du plan
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
campaignIdstringOptional campaign UUID to associate with
testName *stringName of the A/B test
subjectA *stringSubject line variant A
subjectB *stringSubject line variant B
samplePercentnumberPercentage of audience to include in the test (default: 20)
audienceIdstringOptional audience UUID for the test

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":"ab_test_subject_lines","input":{"campaignId":"…","testName":"…","subjectA":"…","subjectB":"…"}}'
$run({ "tool": "ab_test_subject_lines", "input": {"campaignId":"…","testName":"…","subjectA":"…","subjectB":"…"} })