Social & video · plan_campaign
Plan a campaign
Campaign with a publishing calendar per network.
- Price
- plan AI usage
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| name * | string | Campaign name, e.g. "Lancement produit septembre" |
| goal * | string | Campaign objective (awareness, leads, launch…) and key message |
| startAt * | string | ISO 8601 start date |
| endAt * | string | ISO 8601 end date |
| channels * | array | Target networks |
| slots * | array | Posting calendar: one entry per planned post |
| audience | string | Target audience description |
| toneOfVoice | string | Tone of voice for the whole campaign |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"plan_campaign","input":{"name":"…","goal":"…","startAt":"…","endAt":"…"}}'$
run({ "tool": "plan_campaign", "input": {"name":"…","goal":"…","startAt":"…","endAt":"…"} })