Skip to content

Kanban board

Review drafts, scheduled posts, and published history on Home — columns, filters, cards, and workflows.

7 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

The kanban board

Three columns for draft, scheduled, and published posts — and how to review, filter and maange draft workflows

Where: The kanban board on Home is the fastest way to see post status in your workspace:

  • what still needs review
  • what is queued to publish
  • what already went out.

Kanban board

It sits in the On-going Tasks section below your profile and connected channels.

Each card represents one post group. See Glossary → Post group.

The calendar answers when posts ship; the kanban answers what stage they are in. Both views read the same data. See Calendar vs kanban.

When the board is hidden

The kanban appears only when your workspace has at least one connected social channel. Connect a channel first — see Connect a channel.

Three columns

ColumnWhat it shows
Drafted postsSaved with Save as draft. Nothing publishes until you move or schedule the card.
Scheduled postsQueued for a future time (Add to calendar). Drag a draft here when you are ready to publish.
Published postsAlready sent to the network. Open the card menu for the live URL.

Each card header uses the first tag colour on the group. If not, the tag color is falled back to indigo/purple color. Draft cards keep that colour and add a Draft prefix, while Scheduled cards use a solid Published outline.

Post cards

SignalMeaning
Header colourFirst tag on the post group, or default indigo when none is set
Draft prefix + dashed outlineDraft — will not publish until you schedule
Red + tooltipFailed — platform error in the tooltip; fix in the editor before you drag again
+N badgeMultiple channels in one post group — extra avatars collapse into +N on the header
Refresh icon + Every day (etc.)Recurring post — cadence in the tooltip and on the schedule line
Reviewed checkboxMarks human review complete on the card note

Same status rings and Draft prefix as calendar chips.

Recurring posts

The kanban shows one card per post group in Drafted posts or Scheduled posts — the next (or current) group at its anchor time, not every future occurrence.

Recurring post on the kanban

SignalWhereMeaning
Refresh icon + Every day (etc.)Card headerRepeat cadence for this group
Every day (primary)Schedule line after the relative timeSame cadence — for example · Every week after (in 17 hrs)
Every day (primary)Post actions summarySame series as the card labels

On the calendar, the same groups expand into multiple chips across the visible range. See Recurring posts on the calendar.

Filters

The filter row uses the same smart filter pattern as the calendar. Controls below apply across all three columns unless noted.

Channel groups, platforms, and tags

ControlEffect
Channel groupsLimit cards to channels in the groups you pick. See Channel groups.
PlatformsShow only posts tied to selected social platforms (when you have more than one platform connected).
TagsMatch tags on the post group.

Kanban filter by channel group, platform, and post type

Review and source

These controls sit on the left, under the channel filters.

ControlOptionsEffect
ReviewAll · To do · ReviewedTo do hides cards you already marked reviewed.
SourceAll · Agent · HumanAgent shows drafts created by an agent, MCP, CLI, or public API. Human shows posts composed or approved in the dashboard.

Kanban review and source filters

Time filters

ZoneColumnsDefaultOptions
Drafted & scheduledDraft + ScheduledAll UpcomingAll Upcoming · Next Week · Next 30 Days
Published postsPublishedAll PastAll Past · Past Week · Past 30 Days

Kanban upcoming time filters

Kanban past time filters

Use the Calendar button beside the upcoming filters to open /account/calendar for a date-based view of the same posts.

Work on a card

ActionHow
Edit contentDouble-click the card (opens the post editor for that post group).
More actionsOpen the card menu — preview link, copy JSON, delete group, and related actions. See Actions and stats.
Review noteDouble-click the note area, or use the checkbox to mark Reviewed. Agent drafts can ship with a suggested note from the API.
Schedule from draftDrag the card to Scheduled posts, or open the composer and use Add to calendar.
Publish nowDrag a normal draft or scheduled card to Published posts, confirm in the dialog, and OpenQuok starts scheduling it. The card remains in Scheduled posts until publish completes.

Post actions modal

Manage your own to-do(s)

TikTok inbox upload (content_posting_method=UPLOAD) is the usual pattern when you want to schedule content at scale (CLI, agents, or API) but pick trending audio, cover, and the final publish step yourself in the TikTok app.

OpenQuok sends the video to your creator inbox on schedule, while the kanban is where humans track what still needs a finish-in-app pass.

StageColumnCard label
Scheduled time still upcomingScheduled postsIn TikTok inbox
Scheduled time has passedPublished postsIn TikTok inbox (until you mark Reviewed)

Double-click the note on the card to edit the checklist, or use the Reviewed checkbox when the post is live.

If you scripted the batch, the note is the same field you set with --note on posts:create and update with posts:review-todo:

openquok posts:create 
  -c "Coding meme clip" 
  -m "$VIDEO" 
  -s "2026-09-15T12:00:00Z" 
  -i "$TIKTOK_ID" 
  --providerSettingsByIntegrationId "$(jq -nc --arg id "$TIKTOK_ID" 
    '{ ($id): { content_posting_method: "UPLOAD" } }')" 
  --note "Finish in TikTok app: open inbox, add trending audio, pick cover, then publish."

# After you publish from the phone, refresh the checklist:
openquok posts:review-todo "$POST_ID" --note "Posted from warmed phone — confirm live URL."

See CLI Examples → TikTok → UPLOAD, Managing posts → review todo on create, and Update Review Todo.

Search documentation
Find a docs page
Discord Support