EmailTemplateAttachments
Lists files attached to email templates, allowing you to review, replace, or download collateral used in campaigns and workflows.
Table-Specific Information
Note : This view is available for API Version 2.1 and above.
Select
The add-in 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 | The unique identifier of the attachment. |
| EmailTemplateId | String | The unique identifier of the email template associated with the attachment. |
| FileId | String | The unique identifier of the file attached to the email template. |
| FileName | String | The name of the file attached to the email template. |
| Size | String | The file size of the attachment. |
| ModuleName | String | The name of the module for which the user wants to retrieve the fields. |