Composer
The composer is where you write and schedule posts. Write once, then tailor the result for each account before it goes out.
Per-account versions
Section titled “Per-account versions”Select one or more connected accounts for a post. goloom keeps a version per account, so you can adapt wording, hashtags or length to each network while managing everything as one logical post.
Attach images and assets directly, or pick from the team’s media library for reuse.
Validation before scheduling
Section titled “Validation before scheduling”Before a post is scheduled, goloom validates it against each target account’s constraints. The same check is available over the API:
curl -X POST \ -H "Authorization: Bearer $TOKEN" \ https://goloom.example/v1/teams/$TEAM/posts/validate \ -d '{"body":"Hello fediverse 👋"}'This lets agents catch problems before committing to a schedule.
Scheduling
Section titled “Scheduling”Pick a publish time (timezone-aware) and schedule. Scheduled posts appear in the content calendar and can be rescheduled or cancelled there.
If your team uses approvals, the post enters the review queue instead of publishing immediately.