Schedule multiple posts at once from CSV content.
USE THIS WHEN:
• User has a spreadsheet or list of posts to schedule
• Planning a content calendar for a month
• Migrating content from another tool
CSV FORMAT (required columns):
• platform: linkedin, instagram, x, tiktok, threads
• scheduled_time: ISO 8601 format (e.g., 2024-02-15T10:00:00Z)
• text: Post content/caption
OPTIONAL COLUMNS:
• media_url: Image or video URL
• first_comment: First comment to add (Instagram/LinkedIn)
• hashtags: Additional hashtags to append
PROCESS:
1. First call with validate_only: true to check for errors
2. Review validation report with user
3. Call again with validate_only: false to execute import
Connector