✨ 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 Charts for SureTriggers

SureTriggers (now OttoKit) writes every run to wp_suretriggers_logs on your site. SleekView Charts pivots those rows into an outcome donut, a runs-per-day area, and a top-integration bar so automation ops happens without bouncing to the OttoKit cloud.

♾️ Lifetime License available

SleekView Charts dashboard for SureTriggers (OttoKit)

Run-level visibility as a dashboard

OttoKit (the rebrand) hosts the workflow canvas in its cloud, but the plugin itself ships local tables. Every trigger fire writes a row to wp_suretriggers_logs with the trigger, the integration, the outcome, the duration, and the outgoing-call count. Version 1.1.4 added the Status / Clear-cache page that surfaces a status view.

That run data is the local source of truth for what your automations actually did. The plugin's Detailed Logs feature shows it row by row; the OttoKit dashboard groups it at the workspace level. Neither view answers operational aggregate questions, the outcome mix today, the runs-per-day cadence over the rolling window, the top integrations by failure rate, the total outgoing-call count this week.

SleekView Charts reads wp_suretriggers_logs directly and renders four cards on one dashboard. Total runs today as a number, outcome distribution as a donut, runs per day as an area, and top integrations by failure count as a bar. Automation ops happens without a cloud login.

Workflow

From wp_suretriggers_logs to a workflow dashboard

1

Read the local log tables

SleekView Charts queries wp_suretriggers_logs and related prefix tables through $wpdb. The schema is detected at view-build time so version differences between SureTriggers and OttoKit do not break the cards.
2

Pick the chart cards

Total runs today as a Number, outcome distribution as a Donut, runs per day as an Area, and top integrations by failure count as a Bar. Each card pulls one column already on the log row.
3

Filter by integration or outcome

Scope the dashboard to Slack runs only, or to failed runs only. The on-call team sees the failure bar; the automation owner sees the cadence area for their integrations.
4

Aggregate across the network

Multisite networks roll up logs across blogs into one chart. The cross-site activity OttoKit dashboards never offered because workspaces are per-site.

Sample dashboard

Charts you can build from SureTriggers data

Run counts, outcome distribution, cadence over time, and integration failure rates pulled directly from wp_suretriggers_logs.
Number · Default

Runs today

Total trigger fires recorded in wp_suretriggers_logs in the last 24 hours. The headline KPI automation owners check at the start of each shift.
Count
Pie · Donut

Outcome distribution

Share of recent runs across success, retrying, and failed outcomes. The single chart that answers whether automation is healthy this hour.
Count group by outcome
Area · Gradient

Runs per day

Daily run total across all workflows plotted as an area chart. Spikes correlate with campaign sends; flat stretches inform quota planning.
Count group by run_date
Bar · Horizontal

Top integrations by failures

Integrations ranked by failed-run count over the rolling window. The list that points to which downstream API is currently sick.
Count group by integration

Comparison

Default OttoKit reporting vs SleekView Charts

Default OttoKit dashboard

  • OttoKit dashboard requires a cloud login for every aggregate view
  • Outcome distribution is not chartable from the WordPress admin
  • Runs per day over time is not a built-in chart
  • Top integrations by failure count need a CSV export
  • Multisite networks have to log in per workspace for cross-site rollups

SleekView Charts

  • Total runs today as a single KPI card
  • Outcome distribution rendered as a donut chart
  • Daily run cadence plotted as an area chart
  • Top integrations by failures shown as a bar chart
  • All cards refresh from wp_suretriggers_logs without a cloud login

Features

What SleekView Charts gives you for SureTriggers (OttoKit)

Outcome mix at a glance

Donut card showing the share of recent runs across success, retrying, and failed. The single chart that answers whether automation is healthy this hour.

Run cadence

Daily run totals plotted as an area chart. Campaign sends spike the line; flat stretches inform task-quota planning before the renewal at the next OttoKit tier.

Integration failure ranking

Top integrations by failed-run count as a horizontal bar. The list that points the on-call engineer at the downstream API currently misbehaving.

Audience

Who builds SureTriggers charts dashboards with SleekView

Automation owners

Outcome donut and run-cadence area on one screen. The health view that replaces a cloud login for every glance at automation status.

Support leads

Top-integration failure bar and runs-today number together. The view that answers customer questions like why did my notification not arrive without three screens.

Ops and finance

Run cadence over time mapped to OttoKit task usage. The chart that surfaces cost surprises before billing rather than after, with quota planning grounded in aggregate counts.

The bigger picture

Why local-first run logs deserve a dashboard

Most automation platforms keep their run history in the cloud, which is fine until ten teams each need to know whether a particular workflow fired correctly in the last hour. OttoKit is unusual in that it writes the run log to local WordPress tables, and that locality changes the operational posture. You can run SQL against the data, you can join it to other WordPress tables, and you can audit it without a workspace login.

The day-to-day friction is that the plugin's native UI was built around drill-downs into single events rather than around the dataset as a whole. An operator chasing the daily outcome distribution, the runs-per-day cadence, or the top failing integration wants charts, not a paginated log. SleekView Charts treats wp_suretriggers_logs as the operational primitive it already is and renders the aggregate answers as cards.

The donut shows the outcome mix. The area shows the cadence. The bar shows the failure ranking.

The number anchors the day.

Questions

Common questions about SleekView Charts for SureTriggers (OttoKit)

No. Workflow definitions live in the OttoKit cloud, which is where you build, edit, and publish them. SleekView Charts reads the local run log and renders the aggregate health view. The two systems pair: define in OttoKit, observe in SleekView Charts.

 

Recent versions install wp_suretriggers_logs and a few related prefix tables. The exact set depends on plugin version. SleekView Charts detects the schema at view-build time so version differences do not break the cards.

 

Version 1.1.4 added a Status / Clear-cache page with a re-run UI in the plugin. Click a chart slice to drill into the matching rows in SleekView's table view, which links to that re-run UI for any individual row.

 

Yes. The plugin slug stayed suretriggers; the UI rebranded to OttoKit. SleekView Charts reads the same tables, so no migration is required. Existing dashboards keep working through the rebrand.

 

Yes. Add a chart card aggregating outgoing-call count by integration or by day. The chart surfaces which workflows are heaviest on OttoKit task usage and flags fan-out growth before it shows up as a billing surprise.

 

Yes. SleekView Charts aggregates wp_suretriggers_logs across blogs into one dashboard. The cross-site activity view OttoKit dashboards never offered because workspaces are per-site.

 

Charts query the live log tables on each render with paginated reads. Runs fired in the last minute show up the next time the dashboard loads, with no manual sync step.

 

Yes. Queries use the indexed timestamp, integration, and outcome columns on wp_suretriggers_logs. Sites firing tens of thousands of runs per day render the dashboard in well under a second.

 

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