JDBC Driver for Zoho CRM

Build 24.0.9175

EmailTemplateAttachments

To fetch the email template attachments in a module.

Table-Specific Information

Note : This view is available for API Version 2.1 and above.

Select

The driver will use the Zoho CRM API to process WHERE clause conditions built with the following column and operator.

  • EmailTemplateId supports the '=,IN' operator.
  • ModuleName supports the '=,IN' operator.

For example, the following queries are processed server side:

SELECT * FROM EmailTemplateAttachments

SELECT * FROM EmailTemplateAttachments where EmailTemplateId = '721000000'

SELECT * FROM EmailTemplateAttachments where ModuleName='Accounts'

Columns

Name Type Description
Id [KEY] String Id of attachment.
EmailTemplateId String Represents the unique ID of the email template.
FileId String File Id of attachment.
FileName String File Name of attachment.
Size String Size of attachment.
ModuleName String The name of the module which the user wants the fields.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175