threads_reply
Post replies to Threads posts or other replies, with optional image or video attachments. Text-only replies auto-publish in a single step.
Instructions
Reply to a Threads post or another reply. Text-only replies publish in a single API call by default (auto_publish_text=true); media replies always use the two-step create-then-publish flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reply_to_id | Yes | Post ID to reply to | |
| text | Yes | Reply text | |
| image_url | No | Optional image HTTPS URL to attach | |
| video_url | No | Optional video HTTPS URL to attach | |
| auto_publish | No | When true (default) and the reply is text-only (no image_url/video_url), combine container creation and publishing into a single API call via auto_publish_text=true — one HTTP request instead of two, and no risk of the 4279009 'container not propagated yet' race. Ignored for media replies. Set to false to force the legacy two-step flow for text replies. |