Back to Facebook
Connect Knoon AI with Facebook to automate AI workflows.
Publish a post to Facebook immediately. Supports text only, up to 10 photos, or 1 video.
zernioFacebookDefaultPostNow
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| content | mustache | Optional post text. Facebook Pages support long captions, but feed previews truncate early. | No |
| attachments | array (attachment) | Optional uploaded photo/video attachments. Combined with assetUrls, use up to 10 photos or 1 video total. | No |
| assetUrls | array (mustache) | Optional public image/video URLs. Combined with attachments, use up to 10 photos or 1 video total. | No |
| draft | boolean | When true, creates an unpublished draft in Facebook Publishing Tools. | No |
| contentType | string | Optional content type. Choose feed for standard posts, or story/reel when needed. | No |
| title | mustache | Optional Reel title. Separate from the content caption. | No |
| firstComment | mustache | Optional first comment posted after publish (not supported for stories). | No |
| pageId | mustache | Optional target Page ID when the connected account manages multiple Pages. | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |