- Overview
- What's New in V8?
- Changelog
- Open API Specification 3.0.0 (OAS)
- API Directory
- API Collection
- APIs and References
- OAuth
- API Limits and Credits
- Compliance
- Zoho CRM SDKs
- Metadata APIs
- Customization
- Process Automation
- Security control
- Roles
- Profiles
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- GETTerritories Assigned
- GETAssociated User Count
- GETRetrieve User details Associated with a Territory
- PUTAssociate Users with Territory
- POSTRemove Territories of Records
- POSTAssign Territories to Records
- DELETEDisassociate Users from Territory
- Export Audit Log
- Portals
- Data Sharing
- Company Settings
- Zia
- Core APIs
- Records
- Merge Records
- Share Records
- Mail Merge
- Services
- Appointments
- Appointments Rescheduled History
- Fields Attachments
- Meeting Cancel
- Notes
- Mass Actions
- Related Records
- External ID
- Emails
- Subforms
- Linking Modules
- Others
- Bulk APIs
- Composite API
- Query API
- Notification APIs
Get the List of Allowed "from" Addresses
Purpose
To get the list of email addresses that you can send emails from.
Endpoints
- GET /settings/emails/actions/from_addresses
Request Details
Request URL
All - {api-domain}/crm/{version}/settings/emails/actions/from_addresses
Scope
scope=ZohoCRM.settings.emails.READ
Sample Request
Copiedcurl "https://www.zohoapis.com/crm/v8/settings/emails/actions/from_addresses"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
Sample Response
Copied{
"from_addresses": [
{
"user_name": "Patricia Boyle",
"type": "primary",
"email": "pat.boyle@abc.com",
"id": null
},
{
"user_name": "user2",
"type": "imap",
"email": "email2@gmail.com"
},
{
"user_name": "user3",
"type": "imap",
"email": "email3@gmail.com"
},
{
"user_name": "J Smith",
"id": "3652397000002381001",
"type": "org_email",
"email": "j.smith@abc.com"
}
]
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.