Marketing · draft_social_post
Rédiger un post
Post adapté à LinkedIn, X, Instagram ou Facebook.
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| topic * | string | Topic / angle of the post (used as title when `title` is absent) |
| channel * | linkedin | twitter | instagram | facebook | Social media platform |
| text | string | The full post copy you wrote for this network (hashtags included if any). Strongly recommended. |
| hookVariants | array | Optional 2–3 alternative hooks (first lines) to offer the user |
| title | string | Short internal title for the calendar (default: "<channel> post: <topic>") |
| imageFileId | string | Optional fileId returned by generate_social_image / generate_image to attach the visual to this draft |
| scheduledAt | string | Optional ISO 8601 target date (calendar slot) — the post stays a draft until scheduled |
| tone | professional | casual | inspirational | Tone of the post (default: professional) — metadata, and used by the fallback generator |
| includeEmojis | boolean | Fallback generator only: add emojis (default: false) |
| includeHashtags | boolean | Fallback generator only: add hashtags (default: true) |
| campaignId | string | Optional campaign UUID to associate with |
| contentId | string | Optional existing marketing content UUID (planned slot) to fill instead of creating a new row |
| language | fr | en | Language of the copy (default: en) |
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_social_post","input":{"topic":"…","channel":"linkedin","text":"…","hookVariants":[]}}'$
run({ "tool": "draft_social_post", "input": {"topic":"…","channel":"linkedin","text":"…","hookVariants":[]} })