Macha

Reading PDF, DOCX & XLSX Attachments on Freshdesk Tickets

Abbas, Customer Support & AI, Macha

Written by

Ankeet Guha, Co-founder & CTO, Macha

Reviewed by

Published July 17, 2026

Updated July 17, 2026

A customer opens a ticket, attaches a signed return form as a PDF, drops in a spreadsheet of the twelve order numbers that shipped wrong, and writes one line: "Details are in the files." Freshdesk dutifully stores those attachments — and then does nothing with them. The file names sit in the ticket, the contents stay locked inside the documents, and an agent has to download each one, open it, read it, and copy the relevant bits back into their reply.

Reading PDF, DOCX & XLSX Attachments on Freshdesk Tickets

That last-mile gap is real and well documented. Freshdesk's search indexes the names of attached files, not their contents — Freshdesk's own community forum confirms PDFs attached to tickets aren't searchable, and the Freshworks community confirms there's no native automation path to parse what's inside an attachment. Teams end up bolting on the Freshworks Ticket Parsing App, a service like Parseur, or a custom script hitting GET /api/v2/tickets/[id] for the content_url.

Macha closes that gap from the other direction. Macha is an AI agent layer that sits on top of the Freshdesk you already run — not a replacement for it — and as of the March 15, 2026 release its Freshdesk connector can read and extract text from PDF, DOCX, XLSX, CSV, and TXT attachments directly off a ticket. The text goes straight into the model's context, so your agent can actually use what the customer sent.

What shipped, exactly

The March 15 Freshdesk connector landed with 15 tools — get and search tickets, add public replies and internal notes, update priority/status/tags/fields, assign tickets, search contacts, and browse knowledge base articles. Tucked in that set is a tool called Read Attachment: "Download and read an attachment from a Freshdesk ticket." Under the hood it fetches the file from Freshdesk, extracts the text, and returns it to the agent as readable content.

The supported formats, per the changelog and the connector's tool definition:

FormatExtensionWhat gets extracted
PDF.pdfEmbedded text, in reading order
Word.docxBody text, headings, table contents
Excel.xlsxCell values across sheets, as text
CSV.csvRows and columns as plain text
Plain text.txtRaw file contents

This is text extraction, which is the right tool for the documents support teams actually receive: invoices, receipts, order spreadsheets, signed forms, exported logs, RMA sheets. (A separate capability — image vision — handles screenshots and photos, and we'll get to where the line sits below.)

How an agent uses it

Reading an attachment isn't a separate product you configure; it's a tool you hand to an agent. The flow looks like this:

  1. A ticket comes into Freshdesk with one or more attachments.
  2. Your Macha agent — triggered on ticket creation, or invoked by an agent in the helpdesk — notices the attachment and calls Read Attachment.
  3. Macha downloads the file from Freshdesk, extracts its text, and feeds that text into the model's context alongside the ticket subject, description, and conversation.
  4. The agent reasons over the contents — not just the file name — and drafts a reply, updates a field, routes the ticket, or escalates with the relevant detail pulled out.

Because Macha runs on top of Freshdesk, the reply, note, or status change lands back on the same ticket through the connector's other tools. The customer never knows a layer was involved; they just get an answer that references what they actually sent.

Adding tools to a Macha agent — every helpdesk action the agent can take is toggled on from this picker.
Adding tools to a Macha agent — every helpdesk action the agent can take is toggled on from this picker.

Setting it up

If you've already connected Freshdesk, you're most of the way there. The short version:

  • Connect Freshdesk with an API key (the connector authenticates with a Freshdesk API key, scoped to your account). See the Freshdesk integration page for the full tool list.
The connectors gallery in Macha — Freshdesk connects alongside the other tools your agents draw on.
The connectors gallery in Macha — Freshdesk connects alongside the other tools your agents draw on.
  • Add the Freshdesk tools to an agent, including Read Attachment. An agent only has the tools you give it, so this is an explicit choice.
  • Tell the agent when to look. A line in the agent's instructions like "If the ticket has an attachment, read it before replying and use its contents in your answer" is usually enough — the model decides to call the tool when an attachment is present and relevant.
A Macha agent's configuration, where tools, instructions, and triggers come together.
A Macha agent's configuration, where tools, instructions, and triggers come together.

That's the whole setup. From there the agent treats attachments as first-class context.

Three jobs this actually does

The feature earns its keep on the unglamorous tickets where the answer is in the file.

The invoice dispute. A customer attaches a PDF invoice and says they were overcharged. Instead of an agent opening the PDF to find the line items, the agent reads the invoice text, pulls the disputed charge and date, and either drafts a reply citing the specific line or escalates to billing with the detail already extracted. Pair it with a Stripe connection — whose tools list a customer's payments and pull a specific charge — and the agent can cross-check the disputed line against the actual transaction in the same run.

The bulk order spreadsheet. A B2B customer drops in an XLSX with thirty order numbers that arrived damaged. The agent reads the spreadsheet, lists the order IDs in an internal note, and routes the ticket to the right team — turning a "someone has to open this and transcribe it" task into a structured handoff.

The signed form. A return or warranty claim comes in as a DOCX. The agent extracts the form fields, checks them against policy in your knowledge base, and confirms whether the claim is complete — or replies asking for the one missing field, instead of a human discovering it three days later.

In every case the pattern is the same: the document stops being an opaque blob and becomes text the agent can reason over, which is exactly what Freshdesk doesn't do on its own. If you want to see the end-to-end shape, our auto-resolve tickets on Freshdesk walkthrough shows the resolution loop attachment-reading plugs into.

Where text extraction ends and vision begins

Be honest with yourself about what's in the file. Read Attachment extracts embedded text — the selectable, copyable text inside a real PDF, DOCX, or XLSX. It is not OCR. If a customer photographs a paper receipt and saves it as a PDF, or screenshots an error and the "PDF" is really an image, there's no embedded text to extract.

That's a different capability. Macha's image vision sends image content (JPEG, PNG, GIF, WebP) to the model for visual analysis — describing screenshots, reading text off images, parsing photographed receipts. Today image vision shipped first on the Zendesk side; for text-bearing office documents on Freshdesk, Read Attachment is the right tool. Knowing which file you've got — a true text PDF versus an image-only one — tells you which path will work.

Kicking off a test run — Macha replays every step the agent would take against a real ticket before you trust it live.
Kicking off a test run — Macha replays every step the agent would take against a real ticket before you trust it live.

What it costs

There's no separate line item for reading attachments. It runs through your normal credit balance like any other AI action. Credits are charged per AI action, priced by the model you run — 0.5 to 9 credits by model, with the default GPT-5.4 Mini at 1 credit. A heavier reasoning model costs more per action; a lighter one costs less. Reading a big document doesn't change the tool itself — it's the model's response that's billed — so the practical advice is to run a capable-but-efficient model for attachment-heavy queues and reserve the expensive models for genuinely hard reasoning.

For current plans and credit allowances, see the pricing page. You can try the whole thing on a 7-day free trial, no credit card required.

Watch-outs and when not to reach for it

No feature is free of edges. The honest list:

  • Scanned or image-only PDFs won't extract. No embedded text means nothing to pull. Route those to image vision, or ask the customer for a text version. This is the single most common reason extraction comes back empty.
  • Five formats, not everything. PDF, DOCX, XLSX, CSV, TXT are covered. Legacy .doc/.xls, Apple iWork files, .rtf, ZIP archives, and design files (PSD, Figma exports) aren't — the agent will see the attachment but can't read inside it.
  • Very large or very messy files. A 200-page PDF or a 40-sheet workbook is a lot of text to push into a model's context. Complex multi-column layouts and heavily formatted spreadsheets can extract in an order that's harder for the model to parse than a clean document.
  • Extraction is faithful, not magic. The model reads what was extracted; if a table's structure is mangled on the way out, the model can misread it. For anything financial or legal, keep a human in the loop and treat the agent's read as a draft, not a verdict.
  • You still need a reason to read. Don't blanket-instruct an agent to read every attachment on every ticket — that's wasted actions. Scope it to the tickets where the answer plausibly lives in the file.

If most of your inbound attachments are photos and screenshots rather than documents, image vision is the feature you want first. If they're invoices, spreadsheets, and forms, Read Attachment is the one.

Native Freshdesk vs. Macha on top of it

Native FreshdeskMacha layer on Freshdesk
Stores attachmentsYesUses Freshdesk's
Searches attachment file namesYes
Reads attachment contentsNo (forum-confirmed)Yes — PDF/DOCX/XLSX/CSV/TXT
Acts on extracted text (reply, route, escalate)Manual, by an agentAutomated, by an AI agent
SetupAPI key + add the tool to an agent

This is the whole point of a layer model: you keep Freshdesk as your system of record and add the reading-and-acting intelligence on top, rather than ripping anything out.

FAQ

Does Freshdesk read PDF or Word attachments on its own? No. Freshdesk indexes attachment file names for search but not their contents — its own community forum confirms attached PDFs aren't searchable by content. Reading inside an attachment requires either custom work against the Freshdesk API or a layer like Macha.

Which file types can Macha extract text from? PDF, DOCX, XLSX, CSV, and TXT, directly from a Freshdesk ticket, via the Read Attachment tool that shipped in the March 15, 2026 connector.

Can it read a scanned PDF or a screenshot? Text extraction reads embedded text, so a scanned (image-only) PDF or a screenshot won't extract. Those are a job for image vision, which analyzes image content directly.

How much does reading an attachment cost? It's a normal AI action billed against your credits — 0.5 to 9 credits depending on the model, with the default GPT-5.4 Mini at 1 credit. See the pricing page for plans.

Does this replace Freshdesk? No. Macha sits on top of Freshdesk as an AI agent layer. Freshdesk stays your helpdesk; Macha adds agents that read attachments, draft replies, route, and update tickets through the connector.

Try it

If your Freshdesk queue is full of tickets whose real content is locked inside an attachment, this is a fast win. Start a 7-day free trial, no credit card required, connect Freshdesk, add the Read Attachment tool to an agent, and let it read the next invoice or spreadsheet for you. The full setup is in the docs.


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

Sources: Freshdesk — search within attached PDFs · Freshdesk — search in PDF documents attached to solutions · Freshworks Community — parse info from a ticket

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