Postifys by Foldious - Publish to Multiple Social Platforms Through One API
Postifys by Foldious is the unified social media publishing API at postifys.com for Facebook, Instagram, YouTube, Pinterest, LinkedIn, and TikTok - via dashboard, REST API, or n8n - not a consumer content calendar.
TikTok supports approved Direct Post for automatic publishing, plus optional Draft Upload when a creator wants to finish editing in TikTok. LinkedIn targets member profiles. Capabilities depend on account type and granted permissions.
Guides Pricing Security Integrations Compare Postifys n8n Setup
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, LinkedIn, and TikTok. Details and limits live on each integration page.
LinkedIn publishing currently targets member profiles (not Company Pages). See Facebook, Instagram, YouTube, Pinterest, and TikTok for permissions and limits.
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
Start with a 7-day free trial. Card required. Trial includes 1 seat, then pricing is $2 per seat/month. One seat includes one account/profile on each supported platform.
Start with 1 trial seat
New customers get a 7-day free trial for 1 seat. Card required; cancel before trial ends to avoid being charged. Use the slider to preview paid seat pricing after upgrade.
5 seats
One seat includes one Facebook Page, one Instagram Business account, one YouTube channel, one Pinterest target, one LinkedIn member, and one TikTok creator. Extra accounts on the same platform need extra seats.
Start 7-day free trial Full pricing detailsTrusted by teams who publish through systems
Used by automation builders, agencies, and multi-account operators who need one connected-account layer for dashboard, API, and n8n publishing - without pretending every network works the same.
Verified customer reviews and case studies will be published here as they are approved. Until then, explore the workflows teams actually use:
Agencies
Connect client accounts, publish approved media, and review Post History when a network rejects or delays a post.
Agency publishing →Automation teams
Wire platform-specific endpoints or the n8n community node into pipelines that already produce final media.
Automation workflows →Multi-account operators
Start with a 7-day trial for 1 seat, then size by seats at $2 per seat/month and select the exact destination on every publish job.
Multi-account publishing →Video & Reels teams
Publish supported videos to YouTube, Instagram Reels, Facebook Reels, and TikTok inbox workflows.
Video publishing →Creators
Connect the channels you manage and publish from one place while respecting each network’s media rules.
Creator publishing →Security & access
Tokens stay server-side with your Postifys account. Disconnect connections and revoke platform access when a workflow ends.
Security overview →Check live system health
Use the live health endpoint for current API status. Platform publish success still depends on Meta, Google, Pinterest, LinkedIn, and TikTok availability and account permissions.
Publishing history
After you connect accounts, review Post History for platform acceptances, delays, and failure reasons.
Create accountNeed a public status page?
A dedicated marketing status page is on the roadmap. Until then, use /health and contact support@postifys.com.
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.