Facebook nodes
Tools for publishing posts, media, and stories to Facebook pages. These nodes are also served as MCP tools on the facebook MCP server. Back to the full node reference.
Facebook Publish Media Post
facebook_publish_media_post · natural-language configurable · 3 credits on Cloud
Publish a post with media to a Facebook page.
Credential: Facebook (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
accountName | string | Name of the Facebook page to publish from. | |
mediaUrls | array<string> | ✓ | List of image or video URLs to attach to the post. |
message | string | Caption or message text for the post. |
Output
Returns a list of records — reference fields downstream as $<node>.postId.
| Field | Type | Description |
|---|---|---|
postId | string | Identifier of the published Facebook post. |
postUrl | string | Public URL of the published Facebook post. |
status | boolean | Whether the post was published successfully. |
Facebook Publish Post
facebook_publish_post · natural-language configurable · 3 credits on Cloud
Publish a text post to a Facebook page.
Credential: Facebook (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
accountName | string | Name of the Facebook page to publish from. | |
message | string | ✓ | Text content of the Facebook post. |
Output
Returns a list of records — reference fields downstream as $<node>.postId.
| Field | Type | Description |
|---|---|---|
postId | string | Identifier of the published Facebook post. |
postUrl | string | Public URL of the published Facebook post. |
status | boolean | Whether the post was published successfully. |
Facebook Publish Story
facebook_publish_story · natural-language configurable · 3 credits on Cloud
Publish a story to a Facebook page.
Credential: Facebook (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
accountName | string | Name of the Facebook page to publish from. | |
mediaUrls | array<string> | ✓ | List of image URLs to publish as story frames. |
Output
Returns a list of records — reference fields downstream as $<node>.error.
| Field | Type | Description |
|---|---|---|
error | string | Error message if publishing failed. |
status | boolean | Whether the story was published successfully. |
storyId | string | Identifier of the published Facebook story. |
storyUrl | string | Public URL of the published Facebook story. |