EmailTemplateAttachments
Lists files attached to email templates so you can audit or replace 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.
- EmailTemplateIdId 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 associated email template. |
| FileId | String | The unique identifier of the attached file. |
| FileName | String | The name of the attached file. |
| Size | String | The size of the attached file. |
| ModuleName | String | The name of the module that determines which fields the user wants to retrieve. |