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
| Champ | Type | Description |
|---|---|---|
| campaignId | string | Optional campaign UUID to associate with |
| testName * | string | Name of the A/B test |
| subjectA * | string | Subject line variant A |
| subjectB * | string | Subject line variant B |
| samplePercent | number | Percentage of audience to include in the test (default: 20) |
| audienceId | string | Optional 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":"…"} })