Tous les outils

Réseaux sociaux et vidéos · schedule_cross_post

Cross-poster

Programme un contenu adapté sur plusieurs réseaux.

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
campaignIdstringOptional campaign UUID to attach the posts to
topic *stringCommon topic/title of the cross-post (used as content title)
posts *arrayOne adapted variant per target network (2 to 4 entries)

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":"schedule_cross_post","input":{"campaignId":"…","topic":"…","posts":[]}}'
$run({ "tool": "schedule_cross_post", "input": {"campaignId":"…","topic":"…","posts":[]} })