create_publishing_post
Schedule a post for future publication on Sprout Social's publishing calendar. Provide profile IDs, text, and scheduled time.
Instructions
Create a new publishing post in Sprout Social to be published at a future time. The post will appear in Sprout's publishing calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_ids | Yes | Array of customer_profile_id values the post will be published to. | |
| text | Yes | The text content of the post. | |
| scheduled_time | Yes | ISO 8601 datetime when the post should be published (e.g. '2026-06-30T18:00:00Z'). | |
| media_ids | No | Array of media IDs (from upload_media) to attach to the post. | |
| is_draft | No | If true, creates the post as a draft (default: false). | |
| tags | No | Array of tag IDs to apply to the post. |