Documentation Index
Fetch the complete documentation index at: https://docs.getcore.me/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Integrate Zoho Mail to seamlessly send, receive, organize, and manage your enterprise email workflows directly from CORE. Access 15+ specialized tools for complete email management.Setup Guide
Authentication Type: OAuth 2.0
How to Connect
- Navigate to CORE Dashboard → Integrations
- Click on the Zoho Mail card
- Click Connect to authorize CORE
- You’ll be redirected to Zoho to authorize the application
- Grant the required permissions
- You’ll be redirected back to CORE once connected
Use Cases
When you ask CORE to perform Zoho Mail tasks, it uses MCP tools to execute your requests:Send and Reply to Emails
Send and Reply to Emails
Scenario: Send emails programmatically with multiple recipientsThe agent will use
zoho_send_email to send new emails with CC, BCC, and HTML formatting support, or zoho_send_reply to respond to existing messages.Search and Retrieve Messages
Search and Retrieve Messages
Scenario: Find emails using advanced searchThe agent will:
- Use
zoho_search_emailswith appropriate search query - Use
zoho_get_messageto retrieve full content - Use
zoho_get_attachmentsto identify attachments if needed
Organize with Folders
Organize with Folders
Scenario: Keep your mailbox organized with custom foldersThe agent will use
zoho_create_folder to create the folder, zoho_search_emails to find matching emails, and zoho_move_messages to organize them.Email Workflow Automation
Email Workflow Automation
Scenario: Automate email processing and organizationThe agent will:
- Use
zoho_search_emailsto find matching emails - Use
zoho_read_messagesto mark as read - Use
zoho_flag_messagesfor priority management - Use
zoho_archive_messagefor completed items
Manage Multiple Accounts
Manage Multiple Accounts
Scenario: Work with multiple Zoho Mail accountsThe agent will use
zoho_get_accounts to retrieve all accounts, then zoho_list_emails with the appropriate accountId to access specific account data.Scopes
ZohoMail.messages.READ- Read email messagesZohoMail.messages.CREATE- Send and compose emailsZohoMail.messages.UPDATE- Update email propertiesZohoMail.messages.DELETE- Delete emailsZohoMail.folders.READ- Read folder informationZohoMail.folders.CREATE- Create and manage foldersZohoMail.accounts.READ- Access account informationZohoMail.attachments.READ- Read attachment information
Available MCP Tools
The Zoho Mail integration provides 15+ tools for complete enterprise email management:- Email Management
- Email Search and Listing
- Message Actions
- Folder Management
- Account and Attachments
| Tool Name | Description |
|---|---|
zoho_send_email | Sends a new email with support for CC, BCC, and HTML formatting |
zoho_send_reply | Sends a reply to an existing email message |
zoho_get_message | Retrieves the full content of a specific email message with headers and body |
