Publish Link Thread
threads_publish_linkPublish a Threads post with a link preview by providing user ID, text with URL, and link attachment. Generates posts with reply controls and optional output formats.
Instructions
Publishes a thread post with a link attachment.
Args:
threads_user_id (string): Threads user ID
text (string): Post text containing the URL
link_attachment (string): URL to attach as a link preview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| reply_control | No | Who can reply to this post | |
| link_attachment | Yes | URL for link preview | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |
| threads_user_id | Yes |