Macha

How to Handle Reopened Tickets With Full Context (Automatically)

Abbas, Customer Support & AI, Macha

Written by

Ankeet Guha, Co-founder & CTO, Macha

Reviewed by

Published July 28, 2026

Updated July 28, 2026

A reopened ticket is the worst place to start a conversation. The customer already explained the problem once, waited for a fix, and is now back — often more frustrated than the first time. And the agent who picks it up usually has none of that history loaded. So the reply that goes out is some version of "Hi, can you explain what's happening?" — which is exactly the sentence that turns an annoyed customer into an angry one.

How to Handle Reopened Tickets With Full Context (Automatically)

Reopens are also a number your leadership watches. Ticket reopen rate — reopened tickets divided by solved tickets — is a standard support KPI, and the bar is low: a 2022 Endsight survey of 260 companies found an average reopen rate of just 3.1%, and most teams target under 5%. Every reopen that gets a context-free reply pushes that number the wrong way and drags CSAT with it.

This post walks through the fix: an automation that, the moment a solved ticket flips back to open, pulls the full history — past conversations, order data, payment records — and posts a context summary so the next reply (whether a human writes it or Macha drafts it) starts fully informed. Macha is the AI agent layer that sits on top of the helpdesk you already run — Zendesk, Freshdesk, Gorgias, or Front — so none of this asks you to migrate anything.

Why reopens lose context in the first place

Nothing about your helpdesk is broken; the context just isn't assembled. When a solved Zendesk ticket reopens, three things are true at once, and no single screen shows all three:

  1. The original thread is buried. The agent has to scroll the whole conversation to remember what was promised — a replacement, a refund, a workaround — and when.
  2. The commerce reality has moved on. A replacement order may have shipped and delivered since the ticket closed. That status lives in Shopify, not the ticket.
  3. The money state is unclear. Was a refund actually issued? Is there an open charge? That's a Stripe question, and most agents won't go check.

A human can gather all of this. They just rarely do under queue pressure — so the reply goes out half-blind, the customer re-explains, and the ticket bounces again. That's how a single reopen becomes two or three.

The workflow: assemble context the instant a ticket reopens

Here's the shape of the automation in Macha. It uses three connectors — Zendesk, Shopify, and Stripe — and runs without anyone touching it.

StepToolWhat Macha does
TriggerZendeskA previously solved ticket changes status back to Open (a reopen)
Get historyZendeskGet Ticket + Search Tickets — pulls this ticket's full thread and any related past tickets from the same customer
Check the orderShopifyGet Order — current fulfillment/delivery status of the relevant order
Check the moneyStripeList Payments — original charge, and whether a refund was already issued
Post the summaryZendeskAdd Comment (internal note) — a clean context bundle, or a drafted reply ready to send

The customer's message kicks it off — something like "I'm still having the same issue, the replacement item you sent is also defective." Instead of an agent starting from zero, Macha reconstructs the situation:

  • Previous ticket: defective item reported Feb 20, replacement shipped Feb 22.
  • Shopify: replacement order #3847 delivered Feb 25.
  • Stripe: original payment $79.00, no refund issued yet.

Now the responder — human or agent — knows this is the second defective unit, that the replacement genuinely arrived, and that no money has been returned. That changes the right next move from "troubleshoot again" to "make this right."

Setting the trigger

In Macha, a reopen is a Status Changed event on the Zendesk connector — the ticket moving from Solved (or Closed) back to Open. You pick that trigger when you build the agent and add a condition so it only fires on reopens, not on every status change.

Choosing the trigger for the reopen agent in Macha's builder — a Zendesk status-change event starts the workflow.
Choosing the trigger for the reopen agent in Macha's builder — a Zendesk status-change event starts the workflow.

Pulling the commerce context

The order and payment lookups are where the automation earns its keep — this is the context an agent almost never gathers by hand. Macha returns it as a structured card the agent can read at a glance, rather than as a wall of raw API output.

Macha pulls the most recent Stripe payment and summarizes the customer, items, amount, and status — the commerce lookup it runs automatically on a reopen.
Macha pulls the most recent Stripe payment and summarizes the customer, items, amount, and status — the commerce lookup it runs automatically on a reopen.

Posting the summary back to the ticket

By default Macha writes the bundle as an internal note so a human stays in the loop. The note lands directly on the reopened Zendesk ticket, so whoever opens it next sees the assembled context first, not a cold thread.

A Zendesk ticket in the agent workspace — where Macha posts its context summary as an internal note.
A Zendesk ticket in the agent workspace — where Macha posts its context summary as an internal note.

Let the agent resolve it — or just hand a human the context

Once the context is assembled, you choose how far the automation goes. Two honest settings:

Triage mode (context only). Macha posts the internal note and stops. A human writes the reply, but they write it informed — no re-asking, no scrolling. This is the safest place to start, and on its own it meaningfully cuts the back-and-forth that drives repeat reopens.

Resolve mode (drafted or sent reply). With the right tools attached, Macha can go further and propose the actual resolution. Given the example above — a second defective unit, delivered, never refunded — it can draft:

"I'm so sorry about this — I can see you received a replacement on Feb 25 and it's also not working. Given this is the second defective item, I'd like to offer you a full refund of $79.00 instead. I've started processing that now, and you should see it within 5–7 business days. Would you also like a return label for the defective items?"

Because the Stripe connector also exposes a Create Refund action, a refund like this can be gated behind a confirmation step — Macha proposes it, a human approves with one click, and only then does it execute. You decide which actions need a human's "go."

A confirmation card in Macha's chat — the agent proposes an action and waits for approval before executing.
A confirmation card in Macha's chat — the agent proposes an action and waits for approval before executing.

This is the difference between deflection, resolution, and automation, and it's worth keeping them distinct. Posting context is automation. Drafting the refund offer is resolution-assistance. Whether the customer's issue is actually resolved depends on the offer being right — which is why most teams start in triage mode and graduate specific, well-understood reopen patterns (defective replacements, duplicate charges, shipping re-sends) to fuller resolution over time.

What this does to your reopen rate

The goal isn't only to handle reopens gracefully — it's to stop them recurring. Two mechanisms:

  • Fewer second reopens. A context-free reply is itself a leading cause of a ticket bouncing again. Industry guidance is blunt about this: teams that resolve quickly and completely keep reopen rates in the 2–5% range, while sloppy closes inflate it. Starting the reply informed is the cheapest way to close completely the first time.
  • A clean record of the pattern. Because Macha writes structured notes, your reopens become analyzable. Pair this with Macha Studies to run an AI analysis across a batch of reopened tickets and find the systemic cause — a product defect, a confusing policy, a flaky integration — instead of treating each reopen as a one-off.

A quick sanity check on the math, since reopen rate is the KPI here: Ticket Reopen Rate = reopened tickets ÷ solved tickets over a period. If you solved 2,000 tickets last month and 80 reopened, that's 4.0%. The aim is to move that toward (and under) the ~3% benchmark — and a context summary on every reopen attacks both halves of the problem: it makes the current reopen go better, and it gives you the data to prevent the next batch.

Watch-outs: when not to fully automate this

This workflow is genuinely useful, but it isn't a "turn it on and walk away" feature for every team. Be honest about the edges:

  • Refunds need a gate. Do not let an agent issue refunds unattended on day one. Use the confirmation step (or keep Stripe's Create Refund out of the toolset entirely) until you trust the pattern. Money actions are exactly where a human approval earns its cost.
  • Thin context is worse than no context. If a customer has no Shopify order or Stripe record (e.g., a pure account/access issue), the "context bundle" may be near-empty. Scope the agent so it only runs the commerce lookups when there's an order ID or email to match — otherwise the note is noise.
  • Reopens aren't always re-failures. Some reopens are a customer saying "thanks, that worked." Add a condition or a quick classification so the agent doesn't over-respond to a one-word reply. A reopen trigger fires on any status change back to open, including these.
  • Credits are consumed per action. Each lookup and each generated reply is an AI action. On Macha that's credit-based — 0.5–9 credits per action by model, with the default GPT-5.4 Mini at 1 credit. A full reopen run (history + order + payment + summary) is a handful of credits, so high-reopen queues should keep an eye on volume. See pricing for how credits map to plans.

None of these are reasons to skip the automation — they're reasons to start in triage mode, scope it tightly, and expand deliberately.

How to set it up

If you already run Zendesk with Shopify and Stripe, this is a same-day build:

  1. Connect the tools. Add the Zendesk, Shopify, and Stripe connectors in Macha.
  2. Create the agent with a Status Changed → Open trigger, conditioned to reopens of previously solved tickets.
  3. Attach the lookups — Zendesk Get Ticket / Search Tickets, Shopify Get Order, Stripe List Payments — and a Zendesk Add Internal Note action for the summary.
  4. Start in triage mode. Let it post context notes for a week and read what it produces.
  5. Graduate to drafted replies for the reopen types you understand best, with a confirmation gate on any money-moving action.

Not on Zendesk? The same pattern works on Freshdesk, Gorgias, and Front — swap the connector, keep the workflow. The full use-case library has neighboring patterns worth pairing with this one, like escalate tickets with a full context bundle.

FAQ

What is a "reopened ticket"? A ticket that was previously marked Solved (or Closed) and then moved back to Open — usually because the customer replied saying the issue persists. Ticket reopen rate is the share of solved tickets that come back, a standard support quality KPI.

What's a good ticket reopen rate? A 2022 Endsight survey of 260 companies found a 3.1% average, and many teams target under 5%. Complex, technical queues tend to run higher than simple ones, so track your own trend rather than chasing a single number.

Does Macha replace my helpdesk? No. Macha is an AI agent layer that sits on top of Zendesk, Freshdesk, Gorgias, or Front. It reads and acts inside the helpdesk you already use — it doesn't replace it.

Can Macha issue the refund itself? It can, via Stripe's Create Refund action — but you control that. Most teams gate refunds behind a one-click human approval (the confirmation card) before any money moves.

How much does running this cost? Credits are consumed per AI action — 0.5–9 by model, default GPT-5.4 Mini = 1 credit — so a full reopen run is a few credits. Start a 7-day free trial, no credit card required and see the exact usage on your own queue; the pricing page shows how credits map to plans.

Start handling reopens with context

Reopens will always happen. What you control is whether the next reply starts blind or starts informed. Connect Zendesk, Shopify, and Stripe, point a Macha agent at your reopen trigger, and let it assemble the history, order, and payment context before anyone types a word. Start a 7-day free trial, no credit card required — no credit card required — or read the docs for the full build.


Written by Abbas (Customer Support & AI, Macha) · Reviewed by Ankeet Guha (Co-founder & CTO) · Published 2026-06-24 · Last updated 2026-06-24.

Macha

About Macha

Macha is an AI agent platform that works on top of the help desk you already use — Zendesk, Freshdesk, Gorgias, or Front — and connects to the rest of your stack, even your own internal systems. Its AI agents resolve tickets and automate entire workflows end to end, all set up in plain English, no code. Learn more about Macha →

Zendesk
5.0 on Zendesk Marketplace

Loved by support teams worldwide

See what support teams are saying about Macha AI.

The application seems excellent to me! We are still testing, and we need support for some details and they were extremely efficient too!

Daniela Costa

Daniela Costa

Head of Support, Seabra

Macha has been a great addition to our support toolkit. It generates clear, well-organized responses that fit naturally into our workflow. One feature we particularly appreciate is its ability to automatically reply in the same language as the ticket.

Marius F

Marius F

Support Head, Zentana

We've been using Macha for a little while now and it's been really great addition so far! It's powerful, convenient, and makes getting work done a lot easier for our agents.

Alexander Wedén

Alexander Wedén

Head of Support

Support team is very helpful and responsive. Really enjoy how lightweight this is within Zendesk itself vs other more intrusive tools.

Cathleen Wright

Cathleen Wright

Zendesk Admin, Cortex IO

So far it's pretty good! Our queries are a little nuanced, so we can't always use it, but it's got enough utility for us. It can even incorporate our bilingual country with greetings in a second language.

Jae Oliver

Jae Oliver

Head of Support, Wise

Really enjoying using Macha, it has made a noticeable difference to our support team in a short amount of time. I really like the ticket summary feature, saves us a lot of time.

Harry Jackson

Harry Jackson

Head of Support, Crumb

Macha AI is a great addition to my workspace! It's powerful, convenient, and it really makes productivity so much easier for our agents!

Dave G

Dave G

Head of Support, Cyber Power Systems

Very impressed! AI integration for Zendesk has certainly come a long way and Macha seems to set the standard for now. This will for sure save lot of time in our support team.

Pauli Juel

Pauli Juel

Head of CS, Dokument24

Macha has been working great for us so far! The auto-responses are accurate and our resolution time has dropped significantly.

Lana T

Lana T

Zendesk Admin, Swotzy

Macha AI is a great addition. The knowledge base feature means our agents always have the right answers at their fingertips.

Mischa Wolf

Mischa Wolf

Head of Support, Topi

We're enjoying this integration so far. It's made our support team more efficient and our customers get faster responses.

Paula G

Paula G

Head of Customer Support, Xly Studio

The team enjoys using it. It saves considerable time on common questions and the integration options are excellent.

Kilian Leister

Kilian Leister

Support Head, Didriksons

Ready to supercharge your team with AI?

Get started in minutes. Connect your tools, configure your agents, and let AI handle the rest.

500 free credits · no time limit, no credit card