create_post
Create and schedule posts to multiple social media platforms simultaneously by providing content, platform IDs, and a publishing time.
Instructions
Create and schedule a post to one or more social media platforms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Post text content | |
| platforms | Yes | Array of platform identifiers in the exact format returned by list_connections. Each value must be the 'platformId' field copied verbatim from a connection object, e.g. ['twitter-1985855679454986200', 'linkedin-abc123']. IMPORTANT: Do NOT invent or guess IDs — always call list_connections first and use the exact platformId values. | |
| scheduledTime | Yes | ISO 8601 datetime for publishing, e.g. '2025-03-01T12:00:00Z' |