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
| Champ | Type | Description |
|---|---|---|
| campaignId | string | Optional campaign UUID to attach the posts to |
| topic * | string | Common topic/title of the cross-post (used as content title) |
| posts * | array | One 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":[]} })