Bulk Editing & Posting

Bulk Editing & Posting

Create and customize multiple posts at once with powerful bulk editing tools.

Overview

Bulk Editing & Posting is designed for content creators who need to publish multiple pieces of content efficiently. Upload a batch of videos, customize each one individually, and schedule them all in one workflow.

Supported Platforms

Bulk posting works with all connected platforms:

  • TikTok – Batch upload and customize videos
  • YouTube – Upload multiple Shorts or long-form videos
  • Instagram – Batch Reels and feed posts
  • Facebook – Multiple Page posts
  • X (Twitter) – Batch posts with media
  • LinkedIn – Multiple posts to profiles and pages
  • Pinterest – Batch Pins to boards
  • Bluesky – Multiple posts at once

How It Works

  1. Start a bulk session – Create a new bulk posting session from your dashboard.
  2. Upload your content – Drag and drop multiple media files (videos, images) into the uploader.
  3. Edit individually – Customize captions, platform settings, and schedules for each post.
  4. Review all posts – See everything in a spreadsheet-style table view before publishing.
  5. Publish or schedule – Post immediately or schedule for later across all selected platforms.

Key Features

Spreadsheet-Style Editing

Edit all your posts in a table view. Quickly update captions, toggle settings, and manage scheduling across all posts without opening each one separately.

Individual Customization

Even when working in bulk, you keep full control over each post:

  • Unique captions per post
  • Different scheduling times per post
  • Platform-specific settings (e.g., thumbnails, tags, visibility) per post

Multi-Account Support

Choose which connected accounts should receive each post:

  • Send the same content to multiple accounts at once
  • Customize captions and schedules per account
  • Exclude specific accounts from individual posts

Progress Tracking

Monitor publishing in real time:

  • See per-post status (queued, publishing, published, failed)
  • View detailed error messages when something goes wrong
  • Retry failed posts after fixing issues

Best Practices

  • Organize before uploading – Name your files clearly so you can quickly identify content in the table view.
  • Spread out schedules – Avoid posting everything at once; space out your content to maximize reach and engagement.
  • Use templates – If posting similar content, copy settings (captions, tags, schedules) between posts to save time.
  • Check platform limits – Each platform has daily posting and rate limits; confirm these before scheduling large batches.
bulk-session-example.json
{
  "bulkSession": {
    "name": "Product Launch Week",
    "totalPosts": 12,
    "platforms": ["tiktok", "youtube", "instagram", "facebook", "x", "linkedin", "pinterest", "bluesky"],
    "status": "draft",
    "scheduleStrategy": "staggered",
    "defaultTimezone": "UTC",
    "posts": [
      {
        "title": "Launch Teaser",
        "mediaFile": "launch-teaser.mp4",
        "platforms": ["tiktok", "instagram", "youtube"],
        "caption": "Big news dropping soon 👀 #launch",
        "scheduledAt": "2026-03-01T15:00:00Z"
      },
      {
        "title": "Feature Highlight",
        "mediaFile": "feature-highlight.mp4",
        "platforms": ["linkedin", "facebook", "x"],
        "caption": "Deep dive into our new feature set.",
        "scheduledAt": "2026-03-02T10:00:00Z"
      }
    ]
  }
}