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
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
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
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
Straightforward Publishing Lifecycle
Postifys manages token configurations and complex payloads so you can focus on building applications.
Connect Assets
Authorize your pages and channels through secure OAuth flows. Tokens stay encrypted on the server.
Select Profile
Choose the connected target profile dynamically inside your API payload, webhook call, or n8n nodes.
Publish Job
Send images, captions, videos, tags, or links. Postifys normalizes media sizes and uploads assets instantly.
Monitor Logs
Track returned post IDs, receive unified error payloads, and retry failed operations dynamically.
Verified Platform Support
Compare supported features across Facebook, Instagram, YouTube, Pinterest, and LinkedIn.
Explore the Platform Interface
Select page tabs below to preview actual social publishing payloads, logs, and workflow results.
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"
}'
| Platform | Target Profile | Post Type | Status | History ID | Details / Failure Reason |
|---|---|---|---|---|---|
| Marcus T. | TEXT | Success | job_9a871cd | Posted successfully | |
| VidPulse Business | REEL | Failed | job_cc2218a | Media download failure (404) |
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.
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.
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.
{
"facebookPageId": "page_123456",
"text": "Hello World from API!",
"mediaUrl": "https://url.com/asset.png",
"type": "IMAGE"
}
Real-time System Status
Check active publishing status and token integration health checkpoints.
Predictable Account-Based Sizing
We charge flat-rate pricing based on your connected profiles. $2 per connected profile step.
Choose profile count
Select the total number of connected social profiles you wish to use concurrently.
5 profiles connected
$10 / month
What counts as a connected profile? One Facebook Page, one Instagram Business account, or one YouTube channel each counts as one connected profile.
Select PlanLoved by Developers & Agencies
See why automation builders, SaaS developers, and agency owners trust Postifys to post content.
4.9
Based on 120+ verified reviews
Collected directly from active API users, agency workspace members, and n8n community node builders.
Sarah Jenkins
Flowscale Agency"We trigger all Instagram reels and LinkedIn posts directly from our internal Airtable pipelines using the n8n community node. Incredible stability."
David L.
DevOps @ Stacked"Outstanding developer API! Being able to bypass the complex Meta API token refresh mechanisms saved us weeks of engineering."
Marcus Thorne
VidPulse CEO"Automating large video uploads to YouTube via Postifys API has been a breeze. Resumable uploads work seamlessly without timeouts."
Elena Rostova
Social Lead @ Zenith"Managing multiple Pinterest boards and Facebook Pages from one dashboard has simplified our scaling. Highly recommended."
Karthik Nair
Solutions Architect"Webhook push delivery is extremely prompt. We rely on Postifys to notify our SaaS database as soon as any post goes live."
Sophie Dupont
CEO @ Autopost"Integrating with other APIs takes forever. Postifys normalizes media parameters and auth so we only had to build one integration."
System Status & Uptime
Real-time health telemetry across the social publishing node engine.
99.99%
Fully Operational< 1.2s
Low Latency Queue100%
Active & Routing14ms
Frequently Asked Questions
Answers to common product, billing, and developer integration queries.
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.