Skip to main content
Social publishing infrastructure for automation builders

Publish to every social channel from one workflow.

Connect Facebook, Instagram, YouTube, Pinterest, and LinkedIn, then publish through the Postifys API, webhooks, or n8n community node—without maintaining every platform integration yourself.

No credit card required • Connect your first profile in minutes

Publishing Status Tracker Active
n8n workflow triggerPostifys Engine
1s ago
Facebook Page Published
Instagram Business Published
LinkedIn Profile Processing
YouTube Shorts Failed • Auto-Retry in 3s

ID: job_a9f182ce18a2 • API Request Successful
Official OAuth API Connections
Encrypted API Credentials
Automatic Refresh Tokens
Systems Fully Operational
Flexible Integration

Three Ways to Publish and Automate

Connect once and choose your method of operation, from visual low-code workflows to direct custom code bases.

1. n8n Community Node

Build low-code social-publishing workflows with live connected-account dropdown listings and credential testing.

  • Dynamic account dropdown select
  • Automated media proxying (Drive)
  • Returns unique history logs
Install n8n Node

2. Developer REST API

Publish securely from your SaaS applications, custom CRMs, internal tools, and backend databases.

  • Single static header auth key
  • Normalized JSON responses
  • Comprehensive retry support
Read API Specs

3. Webhooks & Alerts

Trigger automatic social updates from pipeline logs, webhook calls, storage queues, or AI pipelines.

  • Real-time post events status updates
  • Instant validation notifications
  • Automatic token lifetime alert hooks
Configure Webhooks
Four Steps

Straightforward Publishing Lifecycle

Postifys manages token configurations and complex payloads so you can focus on building applications.

1
Connect Assets

Authorize your pages and channels through secure OAuth flows. Tokens stay encrypted on the server.

2
Select Profile

Choose the connected target profile dynamically inside your API payload, webhook call, or n8n nodes.

3
Publish Job

Send images, captions, videos, tags, or links. Postifys normalizes media sizes and uploads assets instantly.

4
Monitor Logs

Track returned post IDs, receive unified error payloads, and retry failed operations dynamically.

Platform Matrix

Verified Platform Support

Compare supported features across Facebook, Instagram, YouTube, Pinterest, and LinkedIn.

Facebook Pages
Available
Text Images Carousels Videos Reels Links Privacy
Instagram Business
Available
Text Images Carousels Videos Reels Links Privacy
YouTube Channels
Available
Text Images Carousels Videos Shorts Links Privacy
Pinterest Boards
Available
Text Images Carousels Videos Reels Links Privacy
LinkedIn Profiles
Available
Text Images Carousels Videos Reels Links Privacy
TikTok Creators
Beta
Text Images Carousels Videos Reels Links Privacy
Interactive Demo

Explore the Platform Interface

Select page tabs below to preview actual social publishing payloads, logs, and workflow results.

POST /api/publish/linkedin
curl -X POST https://postifys.com/api/publish/linkedin \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "linkedinAccountId": "urn:li:person:123",
    "text": "Publishing to LinkedIn via Postifys API!",
    "mediaUrl": "https://example.com/media.jpg"
  }'
n8n Configuration Panel Mockup Credential Set
Instagram Business
My Brand Account (Instagram Business id: 98716)
={{ $json.imageUrl }}
Platform Target Profile Post Type Status History ID Details / Failure Reason
LinkedIn Marcus T. TEXT Success job_9a871cd Posted successfully
Instagram VidPulse Business REEL Failed job_cc2218a Media download failure (404)
n8n Integration

Automate with the Official n8n Community Node

Manage multi-channel social posting nodes directly inside your workflows. Postifys acts as a centralized tokens gateway, shielding your n8n pipelines from token refresh expirations.

Installation CLI
npm install n8n-nodes-postifys
Verified n8n Capabilities
  • Live Asset Dropdowns: Fetches pages and channels in real-time.
  • Media URL Proxy: Automatically downloads large Google Drive/Dropbox files to local servers when required by platform APIs.
  • Normalized Responses: All platforms return identical JSON structures to simplify downstream logical branching in n8n.
Developer API

Built for backend services, CRMs, and AI Agents.

Developers can bypass implementing OAuth refresh loops and media file chunking rules. Set up a secure Postifys account, generate an API key, and handle publishing calls via unified REST endpoints.

Static Bearer authorization header keys
Standard JSON payload configurations
Failed-post retry mechanics built-in
POST /api/publish/facebook Required: API Key
{
  "facebookPageId": "page_123456",
  "text": "Hello World from API!",
  "mediaUrl": "https://url.com/asset.png",
  "type": "IMAGE"
}
Uptime & Systems

Real-time System Status

Check active publishing status and token integration health checkpoints.

Core API
Meta API
YouTube API
Pinterest API
LinkedIn API
Webhooks
Flexible Pricing

Predictable Account-Based Sizing

We charge flat-rate pricing based on your connected profiles. $2 per connected profile step.

Reviews & Ratings

Loved by Developers & Agencies

See why automation builders, SaaS developers, and agency owners trust Postifys to post content.

4.9

Based on 120+ verified reviews

5 Star
94%
4 Star
5%
3 Star
1%
100% Genuine

Collected directly from active API users, agency workspace members, and n8n community node builders.

SJ
Sarah Jenkins
Flowscale Agency
Agency Node

"We trigger all Instagram reels and LinkedIn posts directly from our internal Airtable pipelines using the n8n community node. Incredible stability."

DL
David L.
DevOps @ Stacked
API integration

"Outstanding developer API! Being able to bypass the complex Meta API token refresh mechanisms saved us weeks of engineering."

MT
Marcus Thorne
VidPulse CEO
Video Publish

"Automating large video uploads to YouTube via Postifys API has been a breeze. Resumable uploads work seamlessly without timeouts."

ER
Elena Rostova
Social Lead @ Zenith
Multi-profile

"Managing multiple Pinterest boards and Facebook Pages from one dashboard has simplified our scaling. Highly recommended."

KN
Karthik Nair
Solutions Architect
Webhook sync

"Webhook push delivery is extremely prompt. We rely on Postifys to notify our SaaS database as soon as any post goes live."

SD
Sophie Dupont
CEO @ Autopost
Developer plan

"Integrating with other APIs takes forever. Postifys normalizes media parameters and auth so we only had to build one integration."

Platform Health

System Status & Uptime

Real-time health telemetry across the social publishing node engine.

Core Engine Uptime

99.99%

Fully Operational
Avg. Delivery Time

< 1.2s

Low Latency Queue
Webhook Relay

100%

Active & Routing
Node Response Ping

14ms

Active node response latency
FAQ

Frequently Asked Questions

Answers to common product, billing, and developer integration queries.

Postifys checks and handles refresh tokens automatically. If a token is revoked (e.g. from password resets), you will receive a reconnect alert. Simply click reconnect inside the console dashboard to refresh publishing rights.

You can install the official n8n-nodes-postifys node package inside your n8n instance's Community Nodes panel. Authenticate it using a single developer API key from your settings dashboard.

Yes! Postifys fully supports media posts. We handle Reels for Facebook/Instagram, video uploads for YouTube and LinkedIn, and content postings for Pinterest pins.

No daily limits exist, only monthly subscription counts based on your active plan tier. Rate-limit checks protect backend services against concurrent API flooding requests.

Connect once. Publish from every workflow.

Create your Postifys workspace, connect a social profile, and send your first publishing job through the API or n8n.