Skip to main content

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

  1. Navigate to CORE DashboardIntegrations
  2. Click on the Zoho Mail card
  3. Click Connect to authorize CORE
  4. You’ll be redirected to Zoho to authorize the application
  5. Grant the required permissions
  6. 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:
Scenario: Send emails programmatically with multiple recipients
The 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.
Scenario: Find emails using advanced search
The agent will:
  1. Use zoho_search_emails with appropriate search query
  2. Use zoho_get_message to retrieve full content
  3. Use zoho_get_attachments to identify attachments if needed
Scenario: Keep your mailbox organized with custom folders
The agent will use zoho_create_folder to create the folder, zoho_search_emails to find matching emails, and zoho_move_messages to organize them.
Scenario: Automate email processing and organization
The agent will:
  1. Use zoho_search_emails to find matching emails
  2. Use zoho_read_messages to mark as read
  3. Use zoho_flag_messages for priority management
  4. Use zoho_archive_message for completed items
Scenario: Work with multiple Zoho Mail accounts
The 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 messages
  • ZohoMail.messages.CREATE - Send and compose emails
  • ZohoMail.messages.UPDATE - Update email properties
  • ZohoMail.messages.DELETE - Delete emails
  • ZohoMail.folders.READ - Read folder information
  • ZohoMail.folders.CREATE - Create and manage folders
  • ZohoMail.accounts.READ - Access account information
  • ZohoMail.attachments.READ - Read attachment information

Available MCP Tools

The Zoho Mail integration provides 15+ tools for complete enterprise email management:

Need Help?

Join our Discord community for support in #core-support