Zoho Recruit

attachments.download

Download the file content of a specific attachment by its ID. This endpoint returns the actual file (image, PDF, document, etc.). For link attachments, an error is returned as they cannot be downloaded.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called attachments.download? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "Unique identifier of the note"
    },
    "recordId": {
      "type": "string",
      "maxLength": 64,
      "description": "The unique identifier of the record"
    },
    "moduleApiName": {
      "type": "string",
      "maxLength": 64,
      "description": "The API name of the module"
    }
  }
}