Platform integration

Facebook Page Publishing with Postifys

Postifys publishes supported text/link feed posts, native images, and Reels to authorized Facebook Pages. When a user manages more than one Page, you select the specific connected Page for each publish request.

Reviewed: 23 July 2026

Quick answer

What Postifys supports

Postifys publishes supported text/link feed posts, native images, and Reels to authorized Facebook Pages. When a user manages more than one Page, you select the specific connected Page for each publish request.

Media and post types

Supported publishing shapes

  • Feed posts with supported text and link previews
  • Native image posts to a connected Facebook Page
  • Reels to a connected Facebook Page
Publishing method

Dashboard, API, or n8n

Connect a Facebook Page through Postifys OAuth, then publish from the dashboard, REST API, or n8n community node. Postifys tracks request status while Meta enforces Page permissions and content rules.

Permissions

Required access

A Facebook Page connection with publishing permission for the selected Page. Available actions depend on Meta app approval, granted scopes, and the Page role of the connected user.

Media requirements

Before you enqueue

Use publicly reachable HTTPS media URLs or Postifys-supported uploads that meet Meta size and format limits for the chosen post type. Prefer final, platform-ready assets before enqueueing a publish job.

Platform restrictions

Limitations to design around

  • Publishing targets Facebook Pages, not personal profile walls.
  • Media formats, caption length, and Reel eligibility follow Meta rules.
  • A successful Postifys connection cannot grant scopes Meta has not approved.
API example

POST /api/facebook/post

Authenticate with your Postifys API key and pass the connected account field facebookPageId.

curl -X POST https://postifys.com/api/facebook/post \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "message": "Launch update from Postifys",
  "mediaUrl": "https://cdn.example.com/launch.jpg",
  "facebookPageId": "CONNECTED_PAGE_ID"
}'
n8n workflow example

Use the Postifys n8n community node, choose Facebook as the destination, select the connected Page, and map caption plus media fields from earlier workflow nodes.

Common errors

What usually breaks first

  • Missing or expired Page token — reconnect the Facebook account in Postifys.
  • Wrong Page selected — confirm facebookPageId matches a connected Page the user still manages.
  • Unsupported media for the chosen post type — validate format/size before retrying.
FAQ

Facebook questions

No. Current support targets authorized Facebook Pages.

Yes. Use the Postifys n8n community node with a connected Facebook Page.

The publish attempt fails with the platform error recorded in Post History for review and retry.

Connect Facebook and publish with Postifys

Create an account, connect the approved account type, and publish from the dashboard, API, or n8n.