TICKET MANAGEMENT

Score yesterday's SLA-breach predictions and publish accuracy to Notion

Each morning, compares the prior day's forecast against which tickets actually breached, computes precision and recall in Postgres.

CategoryTicket Management
Enginesim
Difficultyintermediate
Triggerschedule
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerDaily each morning
  • ActionRead prior-day predictionsPostgreSQLPostgres
  • ActionConfirm actual breaches in ZendeskZendeskZendesk
  • LogicCompute precision, recall, false alarms
  • ActionStore accuracy metricsPostgreSQLPostgres
  • OutputPublish scorecard to NotionNotionNotion

What it does

This workflow keeps the forecaster honest. Every morning it pulls yesterday's stored predictions, checks which of those tickets actually breached SLA, and computes how well the model did: how many flagged tickets really breached, how many breaches it missed, and the trend over time. It writes a dated scorecard to a Notion page so the team can see whether the forecast is trustworthy and tighten the threshold when it drifts.

When to use it

Use this alongside any of the breach-forecast workflows. Without measuring accuracy you can't tell whether the alerts are worth acting on, and a noisy or blind forecaster quietly loses the team's trust.

How it works

  1. 1A daily morning schedule fires the run.
  2. 2Read yesterday's prediction set and outcomes from Postgres.
  3. 3Query Zendesk to confirm which of those tickets actually breached their SLA.
  4. 4Compute precision, recall, and false-alarm rate, then store the results back in Postgres.
  5. 5Render a dated accuracy scorecard with the running trend.
  6. 6Publish the scorecard to the Notion dashboard page.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect PostgresAny Postgres URL — query, write, migrate.
  2. 2
    Connect ZendeskTickets, queues, knowledge base.
  3. 3
    Connect NotionPages, databases, comments.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.