Tous les outils

Marketing · draft_newsletter

Rédiger une newsletter

Contenu HTML d'une newsletter.

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
subject *stringEmail subject line (≤ 50 chars, action-oriented)
htmlBodystringOptional complete HTML email you built yourself — stored as-is instead of the built-in template
preheaderstringPreview text shown next to subject in inbox
sections *arrayContent sections with heading and body text
ctaTextstringCall-to-action button text
ctaUrlstringCall-to-action button URL
languagefr | enLanguage (default: en)
campaignIdstringOptional campaign UUID

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":"draft_newsletter","input":{"subject":"…","htmlBody":"…","preheader":"…","sections":[]}}'
$run({ "tool": "draft_newsletter", "input": {"subject":"…","htmlBody":"…","preheader":"…","sections":[]} })