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
| Name | Type | Description |
|---|---|---|
| Resource ID | String | Ticket Resource ID |
| Organisation ID | String | Organisation ID |
| Access Token | String (sensitive) | Zoho access token |
Outputs
| Name | Type | Description |
|---|---|---|
| PDF Documents | List | pdf attachment links |
| PDF Link Headers | String | Headers to access the pdf link |
| PDFs Found | Boolean | if any pdfs were found |