Two ways to schedule posts — choose what works for your workflow. When you schedule a post with social connections selected, it's fully automated:

Auto-Publish (Scheduled + Connections)

When you schedule a post with social connections selected, it's fully automated:

  1. Pick a date and time in the schedule dialog
  2. The dialog shows a green Auto-publish badge and lists the connected accounts
  3. Click Schedule
  4. At the scheduled time, the post is automatically published to all selected accounts
  5. The post moves to the Posted column with an Auto badge

Behind the scenes, an AWS EventBridge schedule fires at the exact time, triggers the publishing Lambda, which posts to each platform's API and records the results.

Manual Post (Scheduled Without Connections)

When you schedule without selecting connections, it's a reminder-based workflow:

  1. Pick a date and time in the schedule dialog
  2. The dialog shows an orange Manual post badge explaining you'll need to post manually
  3. Click Schedule
  4. At the scheduled time, you receive an email reminder with the post title, platform, and a preview
  5. Post the content manually on the platform
  6. Come back to the planner and click Mark as Posted

The post moves to Posted with a Manual badge.

When to Use Each

Use Auto-Publish when... Use Manual when...
You have connected social accounts You don't have connections set up
You want hands-off publishing You prefer to review before posting
You're scheduling multiple posts ahead You're on a plan without social connections
You trust the content is ready You want to add platform-specific tweaks

Visual Indicators

Both the card view and table view show badges so you always know the status:

Scheduled items:

Posted items:

Publishing from Planned (Skip Scheduling)

You don't have to schedule first. From the Planned state, click the publish button:

Email Reminders

For manual schedules, the reminder email includes:

Reminders are sent at the exact scheduled time via AWS EventBridge → Lambda → SES.

Tracking

Every post records how it was published:

publishType Meaning
auto Published via API from the planner
manual Manually marked as posted from planned state
scheduled_auto Auto-published at scheduled time
scheduled_manual Manually posted after receiving reminder

This data is available on each post's record for analytics and audit purposes.

← All Articles