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
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.
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
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.
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.
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.
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.
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"
}'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.
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.
Facebook questions
Connect Facebook and publish with Postifys
Create an account, connect the approved account type, and publish from the dashboard, API, or n8n.