Build a social media publishing calendar
Turn an approved content plan into a week of scheduled posts across your accounts.
Build a content calendar that schedules next week's posts across all our brand accounts, one publish job per post. Use the InvisibleAPI REST API with an organization API key (publishing:read and publishing:publish scopes). Check the remaining allowance with GET /limits first, create each post with POST /publishing/jobs (requestedPublishAt for the slot, a clientRequestId per post so retries never double-book), and render the booked week from GET /publishing/jobs with live statuses.