Blocks
Facebook Pages API operations (post, get page info, get posts).
Manage Facebook Pages via the Graph API - create posts, get page information, and retrieve posts.
Toolsfacebook
Block Preview
Facebook Pages API operations (post, get page info, get posts).
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the facebook block with monitoring enabled in production.
Inputs (UI)
Facebook Page Account
oauth-inputPlaceholder: Select Meta account for Facebook Pages
Layout: full
Provider: meta-facebook
Page ID
short-inputPlaceholder: Enter Facebook Page ID
Layout: full
Action
dropdownLayout: full
Options: List My Pages, Create Post, Get Page Info, Get Page Posts
Message
long-inputPlaceholder: Post message content
Layout: full
Link URL
short-inputPlaceholder: URL to share in the post
Layout: full
Image URL
short-inputPlaceholder: Image URL to include in the post
Layout: full
Publish Immediately
checkboxLayout: half
Posts Limit
short-inputPlaceholder: 25
Layout: half
Inputs (API)
credential
jsonRequired
pageId
stringRequired
action
stringRequired
message
stringOptional
link
stringOptional
imageUrl
stringOptional
published
booleanOptional
limit
stringOptional
Outputs
Primary response type:
{
"success": "boolean",
"data": "json",
"error": "string"
}Tool Access
facebook_postfacebook_page_infofacebook_page_postsfacebook_list_pages