Zoho Mail
Zoho Mail is a powerful email service that allows you to manage your email, contacts, and calendars efficiently.
Actions
| Name | Description |
|---|---|
get_email_detailsRetrieves full content and metadata of a specific email. | Retrieves full content and metadata of a specific email. |
mark_email_as_readMarks an email as read. | Marks an email as read. |
mark_email_as_unreadMarks an email as unread. | Marks an email as unread. |
archive_emailArchives an email. | Archives an email. |
unarchive_emailUnarchives an email. | Unarchives an email. |
move_emailMoves an email to a different folder. | Moves an email to a different folder. |
send_emailSends an email. | Sends an email. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_email_receivedTriggers when a new email is received in a specified folder (or inbox). | Triggers when a new email is received in a specified folder (or inbox). |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'zoho-mail',
actionName: 'get_email_details',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Zoho Mail to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Zoho Mail support?
Zoho Mail supports 8 actions including Get Email Details, Mark Email as Read, Mark Emai as Unread, Archive Email, Unarchive Email, and more.
Can I use Zoho Mail with AI agents?
Yes. Add Zoho Mail to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Zoho Mail use?
Zoho Mail uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Zoho Mail integration cost?
The Zoho Mail integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Zoho Mail support?
Zoho Mail supports 1 triggers including New Email Received.
Connect Zoho Mail in 2 minutes
Get 1,000 free actions every month. No credit card required.