Skip to content

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

FieldTypeRequiredDescription
accountNamestringName of the Facebook page to publish from.
mediaUrlsarray<string>List of image or video URLs to attach to the post.
messagestringCaption or message text for the post.

Output

Returns a list of records — reference fields downstream as $<node>.postId.

FieldTypeDescription
postIdstringIdentifier of the published Facebook post.
postUrlstringPublic URL of the published Facebook post.
statusbooleanWhether 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

FieldTypeRequiredDescription
accountNamestringName of the Facebook page to publish from.
messagestringText content of the Facebook post.

Output

Returns a list of records — reference fields downstream as $<node>.postId.

FieldTypeDescription
postIdstringIdentifier of the published Facebook post.
postUrlstringPublic URL of the published Facebook post.
statusbooleanWhether 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

FieldTypeRequiredDescription
accountNamestringName of the Facebook page to publish from.
mediaUrlsarray<string>List of image URLs to publish as story frames.

Output

Returns a list of records — reference fields downstream as $<node>.error.

FieldTypeDescription
errorstringError message if publishing failed.
statusbooleanWhether the story was published successfully.
storyIdstringIdentifier of the published Facebook story.
storyUrlstringPublic URL of the published Facebook story.