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
| Champ | Type | Description |
|---|---|---|
| posts | array | Batch 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. |
| contentId | string | Optional UUID of an existing marketingContent record to update |
| text | string | Post text/copy |
| channel | linkedin | twitter | instagram | facebook | Target social media platform |
| scheduledAt | string | ISO 8601 datetime for scheduled publication |
| fileId | string | Durable file id of the visual (from generate_social_image / generate_image) — preferred over imageUrl |
| imageUrl | string | Optional 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"} })