Social & video · schedule_cross_post
Cross-post
Schedule adapted content on several networks.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- Yes, by default
- outside-facing write: a human validates
Input
| Field | Type | Description |
|---|---|---|
| campaignId | string | Optional campaign UUID to attach the posts to |
| topic * | string | Common topic/title of the cross-post (used as content title) |
| posts * | array | One adapted variant per target network (2 to 4 entries) |
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":"schedule_cross_post","input":{"campaignId":"…","topic":"…","posts":[]}}'$
run({ "tool": "schedule_cross_post", "input": {"campaignId":"…","topic":"…","posts":[]} })