Post a thread
post_threadPublish a multi-part thread where each status replies to the previous one. Validates every part against the character limit before posting, so the thread never publishes partially.
Instructions
Publish several statuses as one thread, each replying to the last. Every part is checked against this instance's character limit before anything is posted, so a thread never half-publishes because part four was too long. Media, a poll and the content warning apply to the first part. Public the moment it runs, so it needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | No | Attachments on the first part. | |
| parts | Yes | The parts, in order. | |
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. | |
| confirm | No | Must be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation. | |
| language | No | ||
| visibility | No | public appears everywhere; unlisted skips the public timelines but is still reachable; private goes to followers only; direct goes only to the accounts mentioned. | |
| spoiler_text | No | Content warning, applied to every part. | |
| in_reply_to_id | No | Start the thread as a reply to this status. |