- Overview
- What's New in V5?
- Changelog
- API Directory
- API Collection
- OAuth Authentication
- API Limits
- Multi DC Support
- Increase API Credits
- Customize API Usage Notification
- GDPR Compliance
- HIPAA Compliance
- API Dashboard
- HTTP Request Methods
- Status Codes
- Metadata APIs
- Modules
- Fields
- Layouts
- Related Lists
- Profiles
- Custom View
- Roles
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- POSTAssign Territories to Records
- GETTerritories Assigned
- POSTRemove Territories of Records
- GETAssociated User Count
- PUTAssociate Users with Territory
- DELETEDisassociate Users from Territory
- GETRetrieve User details Associated with a Territory
- Scoring Rules
- Variables
- Map Dependency
- User Groups
- Tags
- Pipeline
- Wizards
- Assignment Rules
- Templates
- User's Unavailability
- Portals
- Fiscal Year
- Business Hours
- Holidays
- Record Locking Configuration
- Shift Hours
- Entity APIs
- Organization
- Users
- Records
- Related Records
- Records APIs using External ID
- Meeting Cancel
- Subforms
- Linking Modules
- Contact Roles
- Photos and Attachments
- Mass Update
- Mass Delete
- Currencies
- Files
- Share
- Fields' Attachments
- Change Owner
- Mass Change Owner
- Blueprint
- Emails
- Notes
- Related Records Using External ID
- Composite API
- Bulk APIs
- Notification APIs
- Query API
Send Mail APIs
You can send emails to the email IDs of other records in Zoho CRM only
From your account's primary email and the organization's email addresses (if you have not configured Email under Setup).
From the configured email addresses, email aliases, and the organization's email address (if you have configured IMAP/POP/GMail). Refer to Zoho Mail Setup to learn how to setup Email for your account.
Get the list of allowed "from" addresses
Purpose
To get the list of email addresses that you can send emails from.
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/v5/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.