Tous les outils

Marketing · schedule_social_post

Programmer un post

Programme un post LinkedIn, X, Instagram ou Facebook.

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
postsarrayBatch schedule: the FULL list of posts to schedule in one call (preferred whenever there is more than one). Each item takes the same fields as a single post. When provided, the top-level single-post fields are ignored.
contentIdstringOptional UUID of an existing marketingContent record to update
textstringPost text/copy
channellinkedin | twitter | instagram | facebookTarget social media platform
scheduledAtstringISO 8601 datetime for scheduled publication
fileIdstringDurable file id of the visual (from generate_social_image / generate_image) — preferred over imageUrl
imageUrlstringOptional image URL hint (signed URLs expire — prefer fileId)

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_social_post","input":{"posts":[],"contentId":"…","text":"…","channel":"linkedin"}}'
$run({ "tool": "schedule_social_post", "input": {"posts":[],"contentId":"…","text":"…","channel":"linkedin"} })