Zoho PDF Attachments

Retrieves all PDF attachments from a Zoho Desk ticket. Use it when a flow needs to download or process PDF files attached to a ticket.

What it does

  • Fetches PDF attachment links for the given ticket resource ID.
  • Returns the links and any headers needed to access them.
  • Returns whether any PDFs were found.

Notes

  • Requires a Zoho Desk OAuth access token and organisation ID.
  • Resource ID is the internal Zoho ticket resource ID, not the ticket number.

Inputs

NameTypeDescription
Resource IDStringTicket Resource ID
Organisation IDStringOrganisation ID
Access TokenString (sensitive)Zoho access token

Outputs

NameTypeDescription
PDF DocumentsListpdf attachment links
PDF Link HeadersStringHeaders to access the pdf link
PDFs FoundBooleanif any pdfs were found

Notes

API reference