Tous les outils

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

ChampTypeDescription
topic *stringTopic / angle of the post (used as title when `title` is absent)
channel *linkedin | twitter | instagram | facebookSocial media platform
textstringThe full post copy you wrote for this network (hashtags included if any). Strongly recommended.
hookVariantsarrayOptional 2–3 alternative hooks (first lines) to offer the user
titlestringShort internal title for the calendar (default: "<channel> post: <topic>")
imageFileIdstringOptional fileId returned by generate_social_image / generate_image to attach the visual to this draft
scheduledAtstringOptional ISO 8601 target date (calendar slot) — the post stays a draft until scheduled
toneprofessional | casual | inspirationalTone of the post (default: professional) — metadata, and used by the fallback generator
includeEmojisbooleanFallback generator only: add emojis (default: false)
includeHashtagsbooleanFallback generator only: add hashtags (default: true)
campaignIdstringOptional campaign UUID to associate with
contentIdstringOptional existing marketing content UUID (planned slot) to fill instead of creating a new row
languagefr | enLanguage 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":[]} })