返回 Threads
将 Knoon AI 与 Threads 连接以自动化 AI 工作流。
Publish a post to Threads immediately. Supports text only, up to 10 photos, or 1 video.
zernioThreadsDefaultPostNow
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| content | mustache | Optional post text. Keep it within Threads 500 character limit. | 没有 |
| attachments | array (attachment) | Optional uploaded photo/video attachments. Combined with assetUrls, use up to 10 photos or 1 video total. | 没有 |
| assetUrls | array (mustache) | Optional public image/video URLs. Combined with attachments, use up to 10 photos or 1 video total. | 没有 |
| topic_tag | mustache | Optional Threads topic tag (1-50 chars, no periods or ampersands). | 没有 |
| threadItems | mustache | Optional JSON array to create a thread sequence: [{"content":"...","mediaItems":[...]}]. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| postId | string | Zernio post ID. |
| status | string | Post status. |
| accountId | string | Connected Zernio account ID. |
| platform | string | Published platform. |
| platformPostUrl | string | Published platform post URL when available. |