返回 Instagram
将 Knoon AI 与 Instagram 连接以自动化 AI 工作流。
Publish a post to Instagram immediately. Instagram requires media for every API post.
zernioInstagramDefaultPostNow
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| content | mustache | Optional caption. Instagram allows up to 2,200 characters, but the first 125 are the most visible. | 没有 |
| attachments | array (attachment) | Uploaded photo/video attachments. Required unless assetUrls is provided. Combined with assetUrls, use 1 photo, 1 video, or up to 10 photos total. | 没有 |
| assetUrls | array (mustache) | Public image/video URLs. Required unless attachments is provided. Combined with attachments, use 1 photo, 1 video, or up to 10 photos total. | 没有 |
| contentType | string | Optional Instagram content type. Choose feed for standard posts, or story/reels when needed. | 没有 |
| shareToFeed | boolean | Reels only. Set false to show only in the Reels tab instead of also appearing in the main feed. | 没有 |
| collaborators | array (mustache) | Optional collaborator usernames (up to 3). | 没有 |
| userTags | mustache | Optional JSON array of user tags: [{"username":"name","x":0.5,"y":0.5,"mediaIndex":0}]. | 没有 |
| trialParams | mustache | Optional JSON object for trial reels, e.g. {"graduationStrategy":"MANUAL"}. | 没有 |
| thumbOffset | number | Optional Reel thumbnail offset in milliseconds from video start. | 没有 |
| instagramThumbnailUrl | mustache | Optional public image URL to use as custom Reel thumbnail. | 没有 |
| instagramThumbnailAttachment | mustache | Optional attachment to use as custom Reel thumbnail. | 没有 |
| audioName | mustache | Optional custom Reel audio name. | 没有 |
| firstComment | mustache | Optional first comment posted after publish (feed/carousel; not stories). | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| 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. |