CHATBOTS

Daily Voice Deflection Metrics Digest to Slack

Each evening, tallies how many order-status calls the voice bot handled, deflected, and escalated, then posts a containment-rate summary to a Slack channel.

CategoryChatbots
Enginesim
Difficultybeginner
Triggerschedule
Steps4
Setup~5 min

How it runs

The automated pipeline, trigger to output.

  • TriggerScheduled evening run
  • ActionPull day's IVR call records from PostgresPostgreSQLPostgres
  • LogicCompute containment rate and threshold flag
  • OutputPost deflection digest to Slack channelSlack

What it does

Gives the support team daily visibility into how well the voice IVR is performing. It reads the bot's own call logs from Postgres, computes containment and escalation rates, and posts a clean digest to Slack so leads can spot regressions without digging through dashboards.

When to use it

Use it once your voice deflection bot is live and you need a recurring health check. Ideal for support managers who want a one-glance answer to "how much load did the bot take off the queue yesterday?"

How it works

  1. 1A scheduled trigger fires each evening.
  2. 2Postgres returns the day's IVR call records — answered, deflected, escalated, and not-found counts.
  3. 3A logic step computes containment rate and flags whether it dropped below your threshold.
  4. 4The metrics are formatted into a readable digest with day-over-day deltas.
  5. 5The digest posts to your support Slack channel, highlighting any threshold breach.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect PostgresAny Postgres URL — query, write, migrate.
  2. 2
    Connect SlackChannels, DMs, threads, mentions.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    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.