settings object for that channel’s network. This page lists, for each network, the settings type, the fields a post must include and the text limit. Each network’s page has every field, the rules PostQueen checks and complete examples.
How settings work
__typefollows the channel. PostQueen setssettings.__typefrom the channel inintegration.id, whatever you send. Send it anyway: it keeps the body readable and matches the tables below.- Settings are checked before anything is saved. The settings fields are checked on every post, drafts included, and the network’s own rules, such as media counts and the text limit, on every post but a draft. A body that fails is refused with
400and nothing is saved. - Read the live schema. Integration settings returns a channel’s settings schema, its text limit and its tools.
- Fetch the values you cannot know. Board, list, publication and category ids come from the network through provider tools, called with trigger a provider tool.
- Extra entries in
valueare follow-ups. On networks that take them, each entry after the first is a reply or comment, published after itsdelayin minutes. On networks that take none, only the first entry is published.
Two error shapes
A missing or wrong settings field is refused first, as a list with each field’s path:Status and connecting
A post needs a connected channel, and not every network can be connected today:
All eight available networks connect with a key, a password or an agent that only the app’s connect form takes, so Get a connect URL cannot connect them. Connect them in the app, then read their ids with list channels.
Social networks
Video and live
Business and discovery
Chat and communities
Blogs and newsletters
For Moltbook, Get a channel’s settings answers “No additional settings required”, but a post needs
submolt. Moltbook posting settings has the details.Next steps
Schedule a post with the API
From listing your channels to checking that the post went out.
Create a post
The full request body, the post types and the responses.
Limits and errors
The hourly limits, and the status codes the API returns.
Channels and their status
What each network posts and whether you can connect it today.