Create Scheduled Post
repliz_create_scheduleSchedule posts to social media accounts with support for text, image, video, reel, album, link, and story formats across multiple platforms.
Instructions
Schedule a post to be published to a connected account at a specific time.
Post type support by platform:
text: Facebook, Threads
image: Facebook, Instagram, Threads, TikTok, LinkedIn
video: Facebook, Instagram, Threads, TikTok, YouTube, LinkedIn
reel: Facebook
album: Facebook, Instagram, Threads, TikTok, LinkedIn
link: Facebook (provide
metafor the link preview)story: Facebook, Instagram
For media posts, attach medias. For threaded/multi-part posts, attach replies. scheduleAt must be a future ISO 8601 timestamp (UTC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Link preview metadata (for 'link' posts). | |
| type | Yes | The kind of post to create. | |
| title | No | Post title (used by some platforms, e.g. YouTube). | |
| topic | No | Optional internal topic/label. | |
| medias | No | Media items for image/video/reel/album/story/link posts. | |
| replies | No | Follow-up posts in a thread/chain (e.g. nested Threads posts). | |
| accountId | Yes | The target account id to publish to. | |
| scheduleAt | Yes | When to publish, as an ISO 8601 UTC timestamp, e.g. 2026-06-20T09:00:00.000Z. | |
| templateId | No | Optional automation template id to apply to this post. | |
| description | Yes | The post caption/body text. Use '' if not needed. | |
| additionalInfo | No | Optional extras: collaborators, music, products, tags, mentions, link. |