Home / Guides / Publish one video across six platforms

Publish one video across six platforms

Publish one prepared video to Facebook, Instagram, YouTube, Pinterest, LinkedIn, and TikTok with Postifys while respecting each platform’s rules.

Reviewed: 2026-08-10

Answer: Prepare one final video file, then fan out with platform-specific Postifys endpoints (or n8n nodes). Expect different account types, fields, and outcomes—especially TikTok Direct Post review fields and no LinkedIn Company Pages.

Design rule

One media asset, six platform jobs - not one “magic” payload. Each network still needs the correct account type and fields.

PlatformAccountVideo pathWatch-out
FacebookPageFeed / Reel fieldsNo personal profile wall
InstagramProfessionaltype REELNo personal accounts
YouTubeChannelUpload + title requiredProvider processing after accept
PinterestBoardImage Pin todayVideo Pin not claimed
LinkedInMemberMember video postNo Company Pages currently
TikTokCreatorDirect Post or Draft UploadSettings must match creator capabilities

Recommended pipeline

  1. Encode once (MP4/H.264 when possible) and host a stable URL.
  2. Validate size against Postifys temporary-media limits.
  3. Create six platform jobs (API or n8n fan-out).
  4. Track each lane in Post History; retry only failures.
  5. For TikTok, complete publish in the creator app/inbox when required.

Related: pipeline design · partial failure recovery · FB+IG fan-out template · compatibility matrix

What this means in a real publishing workflow

One source video can feed six platform branches, but each branch needs its own destination, text limits, media rules, and completion semantics. Reusing one undifferentiated payload creates avoidable validation and duplicate-post problems.

Recommended implementation

  1. Validate and store the source video once.
  2. Build separate Facebook, Instagram, YouTube, Pinterest, LinkedIn, and TikTok mappings.
  3. Stagger large downloads and account-specific browser work.
  4. Record and retry each destination independently.

How to verify the fix

A campaign is complete only when every required branch reaches its intended terminal state. TikTok inbox delivery, for example, may still require creator action.

Operational check: Test with one item, confirm the final destination and Postifys history state, and only then enable the recurring workflow. Keep the returned Postifys ID beside the source row so every result remains traceable.

Related Postifys resources

API documentation · Error reference · n8n automation guide · Safe retry guide · Compatibility matrix

Technical reviewer: Postifys engineering (sourced from live API behavior and public docs). Contact support@postifys.com.

Continue learning