AllowedFromAddresses
Lists the verified email addresses that users are permitted to set as the sender when sending emails from 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 sender address. |
| String | Email address from which emails can be sent. | |
| Type | String | Specifies the classification of the email address, such as user or organization. |
| UserName | String | Name of the user associated with the email address. |
| Default | Boolean | Indicates whether this email address is set as the default for sending. |