AllowedFromAddresses
Lists authorized email addresses that can appear in the From field when sending emails through Zoho CRM.
Table-Specific Information
Note : This view is available for API Version 2.1 and above.
Select
The following queries are processed server side:
SELECT * FROM AllowedFromAddresses
Columns
| Name | Type | Description |
| Id | String | Unique identifier for the allowed from address. |
| String | Email address that is permitted for sending emails. | |
| Type | String | Specifies the type of the email address, such as user or system. |
| UserName | String | Name of the user associated with the email address. |
| Default | Boolean | Indicates whether this is the default email address for sending. |