Marketing · schedule_social_post
Schedule social post
Schedule a LinkedIn, X, Instagram or Facebook post.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- Yes, by default
- outside-facing write: a human validates
Input
| Field | 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) |
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_social_post","input":{"posts":[],"contentId":"…","text":"…","channel":"linkedin"}}'$
run({ "tool": "schedule_social_post", "input": {"posts":[],"contentId":"…","text":"…","channel":"linkedin"} })