Macha

Freshdesk Approval Workflows: Native Limits vs AI Orchestration

Abbas, Customer Support & AI, Macha

Written by

Ankeet Guha, Co-founder & CTO, Macha

Reviewed by

Published July 26, 2026

Updated July 26, 2026

An approval workflow is the gate you put in front of an action that shouldn't happen on one person's say-so — a refund over a threshold, a policy exception, a knowledge-base article going live. Freshdesk ships a real approval feature, and for the job it was built for it works cleanly. The catch is that the native gate is narrower than most teams assume: it lives in the knowledge base, it runs a single level, and it sits on the top plan. This guide credits what Freshdesk's approval workflow genuinely does well, marks the exact point where it stops, and shows how an AI agent layer can orchestrate the multi-step, ticket-side approvals the native feature was never designed to handle — on top of the same Freshdesk you already run.

Freshdesk Approval Workflows: Native Limits vs AI Orchestration

What Freshdesk's native approval workflow actually does

Freshdesk's built-in approval workflow is a knowledge base feature. Per Freshworks' own approval workflow documentation, it exists so that article content passes a review before it goes public: a writer drafts an article and clicks Send for review, a reviewer with approval access reads it and clicks Approve, and an agent with publish rights publishes it. There are three cleanly separated roles — writer, reviewer, publisher — and each transition fires an email and an in-product notification so nobody has to chase status by hand. Freshdesk even supports bulk approval and bulk publishing for teams pushing a lot of content at once.

For content governance, this is genuinely good. It's deterministic, auditable, and it keeps half-finished articles out of your customer-facing help center. If your only approval need is "an editor signs off before an article publishes," the native feature covers it and you should use it.

Where the native gate stops

Now the honest limits, because they matter before you plan anything more ambitious.

It's single-level. The native workflow runs one reviewer per submission cycle. There's no built-in ladder — no "manager approves, then finance approves, then it publishes." One approver, one decision.

It's knowledge base only. This is the big one. The native approval workflow governs articles, not tickets. If you want a support agent to request approval before issuing a refund, granting a warranty exception, or escalating a VIP account, Freshdesk has no native ticket-approval object to hang that on. Long-running community threads asking for ticket approvals — for hardware purchases, principal sign-off, spend thresholds — reflect a gap that Freshdesk (unlike its sibling Freshservice, which does have approvals via the Workflow Automator) has not closed on the customer-support side.

It's Enterprise-gated. The approval workflow is available on the Enterprise tier for both Freshdesk and Freshdesk Omni. On lower plans, even the knowledge-base version isn't there.

So the native picture is: a solid single-level content gate, on the top plan, with nothing for the ticket-side, multi-step approvals that real support operations actually run into.

Doesn't Freddy cover this?

Partly — and it's worth being precise. Freshworks' Freddy AI Agent does more than answer questions; per the Freddy AI Agent overview, it can take real-time actions against backend systems — process refunds, update orders, change subscription plans, verify details. That's meaningful automation, and its smart escalation hands a conversation to a human with full context when it hits its limit.

But notice two things. First, Freddy's agentic actions are framed as autonomous execution, not as a formal, human-in-the-loop approval gate — there's no documented native construct where the agent pauses, routes a decision to a named approver, waits for a yes/no, and only then proceeds through a chain. Escalation transfers the conversation; it doesn't orchestrate a conditional approval sequence. Second, Freddy AI Agent is priced by session — publicly reported at roughly $49 per 100 sessions for email on classic Freshdesk and about $0.10 per session for web chat on Freshdesk Omni, where a session is any interaction a unique user has within a 24-hour window, charged whether or not the issue is resolved. That's a fine model for deflection-style Q&A. It's a less natural fit for internal, multi-step approval orchestration, where the valuable work is a sequence of conditional actions, not a customer-facing conversation.

This is the seam. Freddy is strong at conversational resolution; the native approval workflow is strong at single-level content sign-off. Neither is built to orchestrate a multi-step, conditional, ticket-side approval — and that's exactly what an AI agent layer can add.

Deflection vs resolution vs automation — name the job first

Before you reach for any AI, name the job, because the three common ones are priced and reasoned about very differently.

  • Deflection answers the customer so a ticket never reaches an agent. Session-priced conversational bots (Freddy included) live here.
  • Resolution closes an existing ticket end to end. Some tickets resolve in one reply; many need lookups and actions.
  • Automation / orchestration runs a sequence of conditional steps — check a value, route for approval, wait, then act or escalate. Approvals are squarely automation, not a single Q&A turn.

Approval workflows are automation. That framing matters for cost too: a good AI layer should meter the work it does — the actions it takes — not the outcome, because the outcome of an orchestration varies by ticket. Macha meters exactly that way: credits are consumed per AI action, not per resolution or per deflection. See the pricing page for how that maps to plans; the point here is only that automation is a chain of actions, so it should be measured as one.

How an AI layer orchestrates multi-step approvals on top of Freshdesk

The clean way to think about it: keep Freshdesk as the system of record for tickets, agents, and its own knowledge-base approvals, and add an agent on top that runs the conditional, multi-step logic the native feature can't. Macha is one such layer — an AI agent layer that runs on top of the Freshdesk you already use, connected as a native connector via your subdomain and API key. It is not a help desk replacement, and it reads and writes the same tickets your team already works.

The screenshot below is a real Macha agent — an Escalation Manager — configured to do exactly this kind of orchestration.

Macha's Escalation Manager configuration — a multi-step agent that monitors tickets and, when criteria are met, runs a chain of actions (Get Ticket, Search Tickets, Add Internal Note, Update Ticket Priority, Assign Ticket) — the orchestration behind approval/escalation flows.
Macha's Escalation Manager configuration — a multi-step agent that monitors tickets and, when criteria are met, runs a chain of actions (Get Ticket, Search Tickets, Add Internal Note, Update Ticket Priority, Assign Ticket) — the orchestration behind approval/escalation flows.

What makes this an orchestration rather than a single suggestion is the chain. A trigger fires on a new or updated ticket; the agent gets the ticket, searches related tickets for context, decides against your instructions whether the situation needs sign-off, adds an internal note documenting the reasoning, updates priority, and assigns the ticket to the right approver — in sequence, conditionally. Because Macha can call a custom tool that wraps any REST API, the same chain can check a refund amount against a threshold in your billing system before routing, so the "approval" is grounded in real data, not a guess.

Here's how the native gate and an AI orchestration layer line up:

CapabilityFreshdesk native approval workflowAI agent layer (Macha)
What it approvesKnowledge base articlesTickets, actions, exceptions
LevelsSingle level (one reviewer)Multi-step, conditional chains
Plan requirementEnterprise tierRuns on your existing Freshdesk plan
Ticket-side approvalsNot supported nativelyCore use case
Data-driven routingManual reviewer choiceChecks values via custom tools, then routes
Audit trailArticle status changesInternal notes + action log per step
RelationshipBuilt into FreshdeskLayer on top of Freshdesk (Freshdesk only)

A couple of honest caveats. Macha's connector is for Freshdesk specifically — not Freshchat, Freshservice, or Freshcaller. And an AI-orchestrated approval is only as trustworthy as the instructions and tools you give it, which is a real build-versus-buy consideration: a platform gets you the trigger-action-tool plumbing without wiring it yourself, but you still own the policy. Freshdesk's deterministic native gate will always be more rigid-and-predictable by design; an AI layer trades some of that rigidity for the ability to reason across steps and data. Pick the one that matches the job.

A practical division of labour

Keep Freshdesk's knowledge-base approval workflow for content sign-off — it's built for it and it's dependable. For the ticket-side, multi-step approvals the native feature doesn't cover, add an AI agent layer on top. Let the agent do the reading, the threshold checks, the routing, and the documentation, while Freshdesk stays the system of record. The broader category of AI agents for customer service exists precisely to do this reasoning-and-action work that a static, single-level gate cannot — and the good news is you don't have to swap help desks to get it.

FAQ

Does Freshdesk have a native ticket approval workflow? Not for tickets. Freshdesk's native approval workflow is a knowledge base feature — a writer sends an article for review, a reviewer approves, and a publisher publishes it. Multi-step ticket approvals (refund sign-off, exception approvals) aren't a native Freshdesk construct; that gap is what an AI orchestration layer fills.

Is the Freshdesk approval workflow single-level or multi-level? Single-level. The native workflow runs one reviewer per submission cycle, with no built-in ladder of approvers. Multi-step, conditional chains require either a workaround or an AI agent layer on top.

What plan do I need for the native approval workflow? The native knowledge-base approval workflow is available on the Enterprise tier for both Freshdesk and Freshdesk Omni.

Can't Freddy AI Agent handle approvals? Freddy AI Agent takes autonomous actions (refunds, order updates, plan changes) and escalates with context, and it's priced per session — but it doesn't document a formal human-in-the-loop approval gate that pauses, routes a decision to a named approver, and orchestrates a conditional chain. That multi-step orchestration is a distinct job.

How does Macha add approval orchestration without replacing Freshdesk? Macha connects to Freshdesk as a native connector and runs on top of it. An agent like the Escalation Manager monitors tickets, checks values (including via custom tools against your own systems), routes for sign-off, documents the reasoning in internal notes, and assigns or escalates — all in a conditional sequence. Freshdesk stays the system of record, and credits are consumed per AI action, not per resolution.

Ready to orchestrate approvals your native gate can't reach? Start a free trial of Macha and connect it to your Freshdesk in minutes.

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