Macha

How to Connect Freshdesk to Macha and Automate Ticket Responses

Abbas, Customer Support & AI, Macha

Written by

Ankeet Guha, Co-founder & CTO, Macha

Reviewed by

Published July 17, 2026

Updated July 17, 2026

Freshdesk is a perfectly good place to manage tickets. Where most teams get stuck is making tickets answer themselves. Freshdesk's native automations are rule-and-condition machines — if priority is urgent, assign to this group — and they're great at routing, but they can't read a customer's message, decide what it actually means, look up the answer, and write a reply. For that you need an agent that understands intent and can take real actions.

How to Connect Freshdesk to Macha and Automate Ticket Responses

That's the gap Macha fills. Macha is an AI agent layer that sits on top of the helpdesk you already run — Freshdesk, in this case — not a replacement for it. You connect Freshdesk, build an agent on your own knowledge and tools, and point a webhook at it so it fires the moment a ticket lands. The agent reads the ticket, searches your knowledge base, drafts a resolution, updates status and tags, and escalates the ones a human should see. Your team keeps living in Freshdesk; the busywork stops landing on them.

This is a full setup walkthrough — connect, build, trigger, and go live safely. The Freshdesk connector shipped on March 15, 2026 with 15 tools and webhook triggers, so everything below is live today.

What you can automate (and what stays human)

Before the wiring, a quick honest scope. With the Freshdesk connector, a Macha agent can:

  • Read tickets in fullGet Ticket pulls the conversation, tags, and custom fields; Read Attachment extracts text from PDF, DOCX, XLSX, CSV, and TXT files attached to the ticket.
  • Find the answerSearch Articles queries your Freshdesk knowledge base; you can also attach Macha knowledge sources (Notion, Confluence, Google Docs, uploaded files).
  • Respond and resolveAdd Public Reply posts a customer-facing answer, Add Internal Note leaves a private note for agents, and Update Status / Update Priority / Update Tags / Update Fields change the ticket.
  • RouteAssign Ticket, List Agents, and List Groups send the ticket to the right team.

What should stay human: refunds beyond your policy, angry-VIP escalations, anything legal or security-sensitive, and edge cases your knowledge base doesn't cover. The right pattern isn't "automate everything" — it's "auto-resolve the repetitive 30–50%, triage the rest, and hand humans a cleaner queue." We'll wire safety rails in for exactly that.

Freshdesk's built-in auto-responses (the native baseline)

Before wiring Macha in, know what Freshdesk already does on its own — for the simplest acknowledgements you may not need anything more, and it sets the baseline Macha builds on.

1. The new-ticket auto-acknowledgement. Out of the box, Freshdesk emails the requester an automatic acknowledgement the moment a ticket is created. You customize that canned template under Admin → Workflows → Email Notifications → Requester Notifications → "New Ticket Created" — edit the subject and body, drop in placeholders like the ticket ID, and save (Freshdesk docs). It's a static, every-ticket "we got your message" — no intelligence, but instant and reassuring.

2. The after-hours auto-reply. To tell customers who write outside business hours when to expect a response, create a Ticket Creation automation rule under Admin → Workflows → Automations: set the condition to Created → During → Non-Business Hours (against your configured Business Hours) and the action to Send email to requester with your out-of-office canned text (Freshdesk docs). One caveat worth knowing: this native rule fires on new tickets only — it does not auto-respond to customer replies received after hours, which is a common gap teams hit.

Freshdesk's product homepage — Freddy AI and native automation (canned acknowledgements, business-hours rules) are the baseline this post builds on.
Freshdesk's product homepage — Freddy AI and native automation (canned acknowledgements, business-hours rules) are the baseline this post builds on.

These canned auto-responses are perfect for acknowledgements and expectation-setting. What they can't do is answer the question — they send the same fixed text to everyone, no matter what was asked. That's the line Macha crosses: instead of a templated "we got it," the agent reads the actual ticket, finds the answer, and resolves it. Use both together — Freshdesk's acknowledgement greets every requester; Macha's agent handles the ones it can resolve.

Step 1 — Connect Freshdesk to Macha

In Macha, open Connectors and find Freshdesk in the list. You'll see it offers 15 tools and a Connect button.

The Macha Connectors screen — Freshdesk listed with 15 tools available and a Connect button, alongside Zendesk, Gorgias, Front and other tools.
The Macha Connectors screen — Freshdesk listed with 15 tools available and a Connect button, alongside Zendesk, Gorgias, Front and other tools.

Freshdesk authenticates with an API key. Grab yours from Freshdesk under your profile (Profile Settings → Your API Key), then paste it into Macha along with your Freshdesk domain (the yourcompany.freshdesk.com part). That's the whole handshake — no app to install in Freshdesk, no marketplace approval.

A couple of setup notes:

  • Use a dedicated Freshdesk agent account for the API key (e.g. "Macha Bot") rather than a personal login. Replies and notes will show as coming from that account, and you keep a clean audit trail.
  • Macha supports multiple instances of the same connector (shipped March 8), so if you run separate Freshdesk portals for two brands, connect both — tool names get auto-suffixed so the AI knows which portal it's acting on.

Step 2 — Build the agent

A connector by itself does nothing; it's the hands. The agent is the brain. In Macha, create a new agent (or start from a template like Ticket Triage or an auto-resolve template) and configure four things: a model, instructions, the tools it's allowed to use, and any knowledge sources.

A Macha agent's configuration — name, GPT-5 model with per-message credit cost, instructions, a Ticket Created trigger, and the helpdesk tools it can call.
A Macha agent's configuration — name, GPT-5 model with per-message credit cost, instructions, a Ticket Created trigger, and the helpdesk tools it can call.

A few things worth getting right here:

  • Instructions are the policy. This is where you write the rules of engagement: tone, what to auto-resolve vs. escalate, when to add a tag, what never to promise. Be specific — "If the customer asks about a refund older than 30 days, do not promise anything; add an internal note and assign to the Billing group" beats a vague "be helpful."
  • Model = cost and capability. Macha bills credits per AI action, and the per-action cost depends on the model — roughly 0.5–9 credits depending on which one you pick, with the default GPT-5.4 Mini at 1 credit. Use a lighter model for triage and a stronger one for full resolutions. You set this per agent, so a high-volume classifier doesn't have to pay reasoning-model prices.
  • Tools are permissions. Only enable the Freshdesk tools this agent needs. A triage agent might get Get Ticket, Update Priority, Update Tags, and Assign Ticket but not Add Public Reply — so it physically cannot message a customer. Least privilege keeps a misbehaving agent harmless.
  • Knowledge is what makes replies correct. Point the agent at your Freshdesk solution articles via Search Articles, and/or attach Macha knowledge sources so it answers from current docs instead of guessing.

This is the real difference from native Freshdesk rules: a rule matches keywords; a Macha agent reasons over the full message and the live knowledge base, then takes a sequence of actions. It can also reach beyond Freshdesk — check an order in Shopify, look up a charge in Stripe, or post to Slack — in the same run, because Macha connects those tools too.

Step 3 — Fire the agent on every ticket with a webhook

Now the part this post is really about: getting the agent to run automatically when a ticket comes in. There are two clean ways.

Option A — Native Freshdesk triggers (Ticket Created / Ticket Updated)

The Freshdesk connector exposes two event triggers directly in Macha: Ticket Created and Ticket Updated. Add one to your agent and Macha listens for that event on your connected portal — no Freshdesk-side configuration required. This is the fastest path: pick "Ticket Created," and the agent runs on every new ticket. Ticket Updated fires whenever a field changes (status, assignee, priority, tags), which is useful for follow-up automations like "when a customer replies, re-evaluate."

Option B — A custom webhook from a Freshdesk automation rule

For precise control over which tickets fire the agent, use Macha's Custom Webhook Trigger. In the agent's Triggers panel, add it and Macha generates a unique webhook URL with a signing secret.

Macha's Add Triggers panel — search 'webhook' and add a Custom Webhook Trigger to get a URL you can call from a Freshdesk automation rule.
Macha's Add Triggers panel — search 'webhook' and add a Custom Webhook Trigger to get a URL you can call from a Freshdesk automation rule.

Then, on the Freshdesk side, you call that URL from an automation rule. In Freshdesk this lives under Admin → Workflows → Automations, which holds three rule types (per Freshdesk's docs):

  • Dispatcher — runs on the Ticket Creation tab (new tickets).
  • Observer — runs on the Ticket Updates tab (any change to an existing ticket).
  • Supervisor — runs on Time Triggers (time-based sweeps).

Create a new Ticket Creation rule, set your conditions (e.g. Source is Email and Group is Support), and under Actions choose Trigger Webhook. Paste Macha's URL, set the method to POST, and include the ticket payload. Freshdesk distinguishes Trigger Webhook (fire-and-forget, used when no response is needed) from Trigger API (used when the rule needs the response back) — for handing a ticket off to Macha, Trigger Webhook is the right one (Freshdesk webhook docs).

Why bother with Option B if Option A is one click? Precision and batching. A Freshdesk rule lets you fire only the tickets you trust to automation (specific groups, channels, or products) and leave the rest untouched. And Macha's trigger system supports configurable debounce — if a customer sends three rapid messages, debounce batches them so the agent answers once, with full context, instead of three times.

Step 4 — Go live without scaring anyone

The single biggest mistake is flipping an agent to "reply to customers" on day one. Don't. Macha's own UI nudges you toward a safer rollout, and so do I:

  1. Test run first. Every agent has a Test run button — feed it real ticket text and watch what tools it calls and what it would reply, before a single customer sees anything.
  2. Start internal-note-only. Disable Add Public Reply and enable Add Internal Note. For the first 10–20 real tickets, the agent drafts its answer as a private note your human agents can copy, edit, or reject. You get the speed-up with zero customer-facing risk, and you see exactly how it behaves.
  3. Promote gradually. Once the notes are consistently good, enable public replies — but scope the Freshdesk rule to one low-risk category first (say, "How do I…" knowledge questions), then widen.
  4. Cap exposure. Use the Freshdesk rule conditions as a throttle, keep an escalation path in the agent's instructions ("if confidence is low, assign to a human and stop"), and review the agent's History tab daily for the first week.
Macha's Test run — run the agent once on a real ticket to see exactly which tools it calls and what it replies (note: it takes real actions) before flipping the trigger on for everyone.
Macha's Test run — run the agent once on a real ticket to see exactly which tools it calls and what it replies (note: it takes real actions) before flipping the trigger on for everyone.

This is the same playbook Freshworks recommends for its own native Freddy AI Agent — start with trigger rules scoped tightly and use daily response limits during rollout. The principle is universal: earn trust on real tickets before you widen the gate.

A concrete example: auto-resolve a "how do I export my data" ticket

Here's the flow end to end, using the Freshdesk auto-resolve pattern Macha ships as a use case:

  1. Trigger — a customer emails: "How do I export my data? I need a CSV of my account history." Freshdesk creates the ticket; the rule fires Macha's webhook.
  2. Read — the agent calls Get Ticket and reads the message.
  3. FindSearch Articles returns "How to Export Your Data" — 97% match.
  4. Reply — the agent posts a public reply with the four steps, grounded in that article.
  5. ResolveUpdate Status → Resolved, Update Tags → kb-auto-resolved.

No human touched it, and the next time someone asks, the analytics show it as deflected. The triage variant of this is the same shape: read → classify topic and urgency → set priority and tags → assign to the right group → leave an internal note explaining the classification.

Macha vs. Freshdesk's native automation and Freddy AI

To be fair and useful: Freshdesk does have native AI. Freshworks' Freddy Email AI Agent auto-replies to repetitive tickets using your solution articles, supports multilingual responses, and has trigger rules and daily response limits (Freshdesk docs). It's session-priced — reportedly around $49 per 100 sessions (third-party figure, treat as approximate; check current Freshworks pricing).

Macha isn't trying to replace any of that — it's a different layer:

Freshdesk native rulesFreddy AI AgentMacha on Freshdesk
Understands intentNo (conditions only)YesYes
Answers from your KBVia canned macrosYes (solution articles)Yes (Freshdesk articles + Notion/Confluence/Docs)
Takes multi-step actionsLimitedLimitedYes — chains tools, updates fields, assigns
Acts across other systemsNoNoYes — Shopify, Stripe, Slack, etc.
You build/customize the logicRules UIConfiguredFull agent instructions + tool control
Pricing modelIncludedPer sessionCredits per AI action

Use native rules for routing you already trust. Use Macha when you want an agent that reasons, resolves, and reaches into your commerce and knowledge stack — all without leaving Freshdesk as your system of record.

Watch-outs

  • API key = full access. The Freshdesk API key grants broad access. Use a dedicated bot account, restrict the agent's enabled tools, and rotate the key if it leaks.
  • Garbage knowledge, garbage replies. If your Freshdesk solution articles are stale, the agent will confidently repeat stale answers. Fix the knowledge base first, or attach a fresher Macha knowledge source.
  • Loops. If an Add Public Reply or status change re-triggers an "on update" rule, you can create a loop. Scope Ticket Updated/Observer rules carefully and exclude changes made by the bot account.
  • Credits scale with volume. Every AI action spends credits. High-ticket-volume portals should start on a lighter model for triage and reserve stronger models for full resolutions. See the pricing page for current plans.
  • Not everything should be automated. Keep refunds, security, and VIP escalations on a human path by design, not by accident.

FAQ

Do I need to install a Freshdesk Marketplace app? No. Macha connects to Freshdesk with an API key — there's nothing to install inside Freshdesk. You can optionally call Macha from a Freshdesk automation rule's webhook action, but the connection itself is just the API key and your domain.

Can the agent reply to customers, or only leave notes? Both. Add Public Reply posts a customer-facing message; Add Internal Note leaves a private note for agents. We recommend starting note-only and enabling public replies once you've validated behavior on real tickets.

What's the difference between the Ticket Created trigger and a custom webhook? The built-in Ticket Created trigger fires on every new ticket with no Freshdesk-side setup. A custom webhook fired from a Freshdesk automation rule lets you choose exactly which tickets run the agent (by group, channel, or condition) and supports debounce for rapid-fire messages.

How much does this cost? Macha bills credits per AI action (roughly 0.5–9 by model; default GPT-5.4 Mini = 1), not per ticket or per resolution. You pick the model per agent, so triage and full resolution can run at different costs. Start with a 7-day free trial, no credit card required and see the pricing page.

Does it work with multiple Freshdesk portals? Yes. Connect each portal as a separate instance; Macha disambiguates the tools so an agent knows which portal it's acting on.

Get started

Connecting Freshdesk to Macha takes minutes: paste an API key, build an agent, add a trigger. The careful part — and the part worth doing right — is the rollout: test runs, internal-note-only first, then widen. Start a 7-day free trial, no credit card required, read the Freshdesk integration page for the full tool list, or browse the docs for the trigger setup. If you run Zendesk too, the same agents work there — see the blog for the Zendesk walkthrough.


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