TICKET MANAGEMENT

Real-time dedupe gate that blocks duplicate tickets before assignment

A webhook intercepts every ticket at creation, checks it against an in-memory canonical index in Postgres.

CategoryTicket Management
Enginesim
Difficultyadvanced
Triggerwebhook
Steps6
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerTicket-created webhookHTTP webhook
  • ActionEmbed ticket textHugging FaceHugging Face
  • ActionQuery canonical vector indexPostgreSQLPostgres
  • LogicNew vs duplicate at threshold
  • ActionRegister canonical or link duplicateZendeskZendesk
  • OutputAcknowledge requester / pass to routingZendeskZendesk

What it does

Acts as a gate in front of your routing logic. Before a ticket is ever assigned to an agent, the webhook embeds it and checks a fast Postgres vector index of open canonical tickets. New issues pass through; duplicates are stopped, linked to their canonical thread, and the requester gets an immediate acknowledgment so they aren't ignored.

When to use it

When duplicate volume is high enough that you want to prevent assignment, not clean up after it. Best for teams with a webhook-driven intake already in place.

How it works

  1. 1A ticket-created webhook delivers the new ticket payload.
  2. 2The text is embedded with Hugging Face.
  3. 3The canonical vector index in Postgres is queried for the nearest match.
  4. 4A branch splits new tickets from duplicates at the threshold.
  5. 5New tickets are registered as canonical in Postgres and passed downstream to routing.
  6. 6Duplicates are linked in Zendesk and the requester receives an acknowledgment reply.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect Hugging FaceModels, datasets, spaces — the open-source hub.
  3. 3
    Connect PostgresAny Postgres URL — query, write, migrate.
  4. 4
    Connect ZendeskTickets, queues, knowledge base.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    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.