Use case
Schedule a week of content in one go
Loop over your calendar and call `posts_schedule` with a `publish_at` time for each slot; Modiva stores the jobs and publishes to every platform automatically — you run no cron.
The problem
Batch-scheduling means building a reliable queue, handling retries and token refresh, and repeating it for every platform's API.
How Modiva does it
Plan the calendar
Pick slots — or call analytics_best_time_to_post to let Modiva suggest them per platform.
Schedule each post
Call posts_schedule with content and a publish_at timestamp; Modiva queues and publishes reliably with retries.
Automate the whole week
Over MCP, an agent can take a brief and queue a full week of cross-platform content from one prompt.
Build it on Modiva
Start freeFAQ
Who runs the scheduler?
Modiva does — once scheduled, it publishes at the requested time without any infrastructure on your side.
Can one scheduled post hit several platforms?
Yes — pass multiple connection IDs and Modiva publishes to each, adapted to its format.