schedule_post
Schedule a social media post to a connected account at a specified time. Retrieve the account ID via list_connected_accounts, then supply content, optional media, and ISO 8601 timestamp.
Instructions
Schedule a post to one connected social account. Call list_connected_accounts first to get a valid socialAccountId — post to multiple platforms by calling this once per account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The post text/caption | |
| mediaUrl | No | A publicly accessible image or video URL to attach, if any | |
| scheduledFor | Yes | ISO 8601 timestamp for when to post — use the current time for immediate posting | |
| socialAccountId | Yes | The connected account id to post to, from list_connected_accounts |