Small BusinessReal EstateFinanceMarketingLegalOperationsSalesTemplatesPricingDocs
Get started

Step Guide: Facebook

Social

Post to Facebook Pages

Overview

The Facebook step publishes posts to a connected Facebook Page. You provide a message and optionally images, and the step outputs a direct link to the published post. Requires a connected Facebook integration with a selected page.

When to Use

  • Automate social media posting as part of a content workflow
  • Schedule Facebook Page updates from workflow data
  • Cross-post content generated by AI steps to Facebook
  • Share reports or announcements to a Facebook Page automatically

How It Works

The step reads an input (message) field and an optional images field (array of upload UUIDs) from its input record. At least one of message or images must be provided. Images are uploaded as unpublished photos and attached to the post via attached_media. The page is specified via pageId in the facebookConfig. Outputs {post_url, success, error}.

Actions

Facebook Post
Publish a post to a Facebook Page
How it works
Reads input (message text) and images (array of upload UUIDs) from the input record. Creates a post on the configured Facebook Page. At least one of message or images is required. The pageId must be configured. Outputs {post_url, success, error}.
  • Use AI Text Generate to compose the post message dynamically
  • Images are uploaded as unpublished photos first, then attached to the post
Tips
  • Requires a Facebook integration. Connect your Facebook account and select a Page in the step config
  • At least one of message or images must be provided
  • The pageId must be configured in the step settings before the workflow can run