create_text_post
Create a text-only Threads post. Choose immediate publishing or obtain a container_id for later publication. Manage reply permissions and threading.
Instructions
Create a text-only Threads post. Set publish:true to immediately publish, or false to get a container_id for later publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content of the post | |
| publish | No | Whether to immediately publish (default: true) | |
| reply_control | No | Who can reply | |
| reply_to_id | No | Thread ID to reply to |