✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Kanban for Fluent Support Pro

SleekView reads the fs_tickets custom table and joins agents, priority, and product fields, then renders one card per ticket grouped by status so agents drag New through Active and On hold to Closed without opening tickets or filtering.

♾️ Lifetime License available

SleekView Kanban board for Fluent Support Pro

Fluent Support's React inbox hides the queue

Fluent Support stores tickets in custom tables, not posts: wp_fs_tickets holds the ticket row with status, priority, mailbox, and assigned_agent_id, wp_fs_customers holds the requester, wp_fs_conversations holds the thread, and wp_fs_meta holds custom fields. The plugin's React inbox shows ten tickets at a time with a status filter chip, which works for one agent but hides queue shape when the team grows.

SleekView reads wp_fs_tickets directly, joins wp_fs_customers for requester name and email, the mailbox table for inbox name, and wp_fs_meta for custom fields. The natural grouping field is status (New, Active, On hold, Closed by default), the same buckets the React filter uses but rendered as columns. Cards show subject, requester, priority pill, agent, product tag, and last reply.

Dragging a card from New to Active writes the status column through Fluent Support's REST endpoint and fires fluent_support/ticket_status_updated, the assigned-agent hook, and the workflow automations configured for the mailbox.

Workflow

From fs_tickets table to live board

1

Connect Fluent Support tickets

Point SleekView at the wp_fs_tickets table. It joins wp_fs_customers for requester data, the mailbox table for inbox names, agent assignments, and wp_fs_meta custom fields, so every ticket field is available without writing a custom extension.
2

Pick status to group by

Choose the status column as the kanban field and one column appears per status value. Reorder so New sits left and Closed sits right, hide statuses the board does not need today, and color the headers to match the Fluent Support status pills.
3

Choose what shows on each card

Pick subject, requester name, priority pill, assigned agent, product tag, and last reply date. Custom fields from wp_fs_meta sit alongside core fields, dates render as relative time, and product tags show as colored chips.
4

Enable drag-and-drop status changes

Switch on writeback and SleekView calls Fluent Support's REST status endpoint when a card moves. fluent_support/ticket_status_updated fires, workflow automations run, and the change appears in the ticket history with the moving agent recorded.

Sample board

Sample Fluent Support tickets board

New, Active, On hold, and Closed columns with priority pill and assigned agent on every card, the typical layout for a Fluent Support team running shifts each day.
New
17
Stripe Connect onboarding hangs at last step
alex@studio.co, Urgent, Unassigned
Bulk import skips rows with commas
ria@design.io, High, Unassigned
Mobile app login keeps timing out
tom@hello.dev, Normal, Unassigned
Active
31
Investigating slow checkout on Safari
mia@brew.coop, High, Sara
Drafting reply on subscription rebill
ken@labs.io, Normal, David
Setting up sandbox for replication
lou@arc.tv, Urgent, Sara
On hold
8
Waiting on dev for bug fix in v4.6
amy@studio.co, High, David
Customer requested call next Tuesday
jon@brew.coop, Normal, Sara
Blocked on third-party API outage
eli@arc.tv, Normal, David
Closed
246
Reset license on production move
nia@hello.dev, Normal, Sara
Refund issued and confirmed
ben@labs.io, High, David
Walked through SMTP setup
ana@design.io, Low, Sara

Comparison

Default Fluent Support vs SleekView

Default Fluent Support

  • React inbox shows ten tickets at a time, status chip switch needs a click
  • No drag-and-drop, every status change happens inside the ticket detail panel
  • Priority and product tag visible only after opening the ticket detail view
  • Custom fields from wp_fs_meta live inside the ticket, not the inbox
  • Queue shape per status or per agent invisible without the report builder

SleekView Kanban

  • Group by status, priority, or assigned_agent_id
  • Drag writes through the REST endpoint and fires status update hooks
  • Cards show requester, priority pill, agent, product tag, and SLA countdown
  • Filter the board by mailbox or product, save the view per team across shifts
  • Same fs_tickets dataset renders as Table, Kanban, or Charts in one click

Features

What SleekView Kanban gives you for Fluent Support Pro

Drag tickets across statuses

Move a card from New to Active and SleekView writes status through Fluent Support's REST endpoint. fluent_support/ticket_status_updated fires, workflow automations run, and the change lands in the ticket history with the moving agent recorded.

Per-mailbox board views

Build a board per mailbox: Billing, Technical, Sales. Each saved view keeps its filters, columns, card fields, and color palette so the billing lead loads one URL and finds the inbox already grouped and styled for the shift ahead.

Agent reassignment by drag

Switch grouping from status to assigned agent and the board shows per-person load. Drag a card between agents to reassign through the Fluent Support REST endpoint, then flip back to the status view to confirm the inbox stays balanced.

Audience

Who uses SleekView Kanban for Fluent Support

Front-line support agents

Pull from New, drag to Active while drafting the reply, drop into Closed after the customer confirms. Card fronts show priority and product so the next pick matches the SLA tier without opening four tabs.

Support team managers

Group by agent at the start of the shift, reassign by dragging cards between columns, then end the shift on the status view to confirm New cleared and Active is moving fast enough for the daily target.

Ops on weekly retro

Switch to Charts view for closed-per-day, average time in Active, and per-mailbox throughput. Kanban runs the live shift, charts run the retro, both pull from the same table without a sync layer.

The bigger picture

Why Fluent Support teams want a board, not an inbox

Fluent Support's React inbox is a clean modern interface for a single agent answering tickets one at a time. The status chip filter switches view, the sort dropdown reorders the list, the ticket detail panel slides in for replies. None of that helps a lead running a shift with five agents and three mailboxes.

The lead needs to see how many New tickets sit waiting, how many Active tickets each agent is carrying, and which Urgent cards are about to breach the SLA. The inbox gives them a chip strip and ten rows. A kanban grouped by status rebuilds the same data into the view the lead actually wants.

Columns count their tickets, priority pills surface on every card, agent assignment is visible without opening anything, and dragging across columns writes through Fluent Support's REST endpoint so the workflow automations the team already configured keep firing.

Questions

Common questions about SleekView Kanban for Fluent Support Pro

SleekView groups by the status column on wp_fs_tickets because that matches the React inbox filter chips every agent already uses. You can also group by priority, by assigned_agent_id, by mailbox, or by any custom field from wp_fs_meta for tailored boards.

 

Yes. SleekView writes through Fluent Support's REST status endpoint so fluent_support/ticket_status_updated, the assigned-agent hook, and any workflow automations you configured for the mailbox fire exactly as they would from the React inbox itself.

 

Yes. Any field stored in wp_fs_meta can be added to the card front, including custom fields you configured per mailbox. Numeric values render as badges, dates as relative time, and dropdown values render as colored chips matching Fluent palette.

 

Yes. Filter the board by mailbox_id to show one inbox at a time, and SleekView honors the Fluent Support business-hours configuration for SLA badges so out-of-hours tickets render with the correct countdown adjusted for the mailbox's configured hours.

 

Yes. Boards are saved views, stored per user or shared per role. The billing agent loads a board grouped by status filtered to the billing mailbox, the escalation manager loads an Urgent-only board, the underlying fs_tickets table stays a single source.

 

Yes. Kanban, Table, and Charts are three render surfaces over the wp_fs_tickets dataset. Switch between them in one click in the SleekView header, and the existing React inbox continues to work for agents who prefer the per-ticket reply panel.

 

Yes. Filters compose on top of the kanban grouping, so a board can show only tickets for a specific product tag, only Urgent priority, or only tickets assigned to a specific agent. The filter applies across every column in the board view.

 

SleekView polls for new tickets at a configurable interval, defaulting to thirty seconds. New rows appear in the New column with a brief highlight, and the column counts update so the lead spots a growing backlog before manual refresh.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView