eavz
Zoho Mail

Zoho Mail

Zoho Mail is a powerful email service that allows you to manage your email, contacts, and calendars efficiently.

8 actions
1 trigger

Actions

Name
get_email_details

Retrieves full content and metadata of a specific email.

mark_email_as_read

Marks an email as read.

mark_email_as_unread

Marks an email as unread.

archive_email

Archives an email.

unarchive_email

Unarchives an email.

move_email

Moves an email to a different folder.

send_email

Sends an email.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_email_received

Triggers when a new email is received in a specified folder (or inbox).

Quick Start

TypeScript
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.