Blocks

Facebook

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.

Back to Catalog
Toolsfacebook

Block Preview

Facebook

Facebook

Facebook Pages API operations (post, get page info, get posts).

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the facebook block with monitoring enabled in production.

Inputs (UI)

Facebook Page Account

oauth-input

Placeholder: Select Meta account for Facebook Pages

Layout: full

Provider: meta-facebook

Page ID

short-input

Placeholder: Enter Facebook Page ID

Layout: full

Action

dropdown

Layout: full

Options: List My Pages, Create Post, Get Page Info, Get Page Posts

Message

long-input

Placeholder: Post message content

Layout: full

Link URL

short-input

Placeholder: URL to share in the post

Layout: full

Image URL

short-input

Placeholder: Image URL to include in the post

Layout: full

Publish Immediately

checkbox

Layout: half

Posts Limit

short-input

Placeholder: 25

Layout: half

Inputs (API)

credential

json

Required

pageId

string

Required

action

string

Required

message

string

Optional

link

string

Optional

imageUrl

string

Optional

published

boolean

Optional

limit

string

Optional

Outputs

Primary response type:

{
  "success": "boolean",
  "data": "json",
  "error": "string"
}

Tool Access

facebook_postfacebook_page_infofacebook_page_postsfacebook_list_pages
Facebook | NowFlow Blocks