Zoho Mail icon

Zoho Mail

Email service for mailboxes, messages, folders, contacts, attachments, and organization email activity.

Supports Zoho Mail work across sending email, creating tasks, folders, attachments, and newly received email.

Sign in to connect Zoho Mail

Sign in to connect an account and start using Zoho Mail in your apps.

Example Use Cases

These are example ways Snow can use Zoho Mail when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Email Draft

Tool to create and save an email draft in Zoho Mail without sending it. Use when composing emails that need to be saved for later editing or sending.

Delete Group

Tool to delete a specific mail group by its zgid. Use when you need to remove a group from your organization after confirming the IDs.

Delete Groups in Bulk

Delete multiple groups in a single API call. This action permanently removes the specified groups from your Zoho Mail organization. Use this when you need to: - Remove multiple obsolete or unused groups at once - Clean up groups after organizational restructuring - Batch delete groups for administrative purposes Note: Deleted groups cannot be recovered. Ensure you have the correct group IDs before deletion.

Domain Operations

Tool to perform domain operations like verify, set primary domain, hosting, aliases, MX/SPF checks, DKIM management, and notifications. Use after creating or retrieving a domain.

Get All Bookmarks

Tool to retrieve all personal bookmarks from a Zoho Mail account. Use when you need to fetch saved bookmarks/links with support for pagination and field filtering.

Get Message Content

Tool to retrieve the full content/body of a specific Zoho Mail email. Use when you need to fetch the complete email content after listing or searching messages, as list/search endpoints typically return only metadata/summary.

Get Organization User Storage Details

Tool to retrieve storage details for a specific user in the organization. Use when you need to know a user’s total and used storage quotas.

List Emails

Tool to retrieve a list of emails from a Zoho Mail account folder. Use when you need to fetch emails from inbox or specific folder, with support for filtering by read status, attachments, flags, and pagination.

List Zoho Mail Accounts

Retrieves all Zoho Mail accounts associated with the authenticated user. Returns account details including accountId (required for other mail operations), email addresses, storage information, account status, user preferences, and security settings. Use this action first to get the accountId needed for subsequent mailbox, message, folder, and email operations. The accountId is a unique identifier for each mail account. Typical workflow: List accounts → Get accountId → Use accountId in other mail operations.

Reply to Email

Tool to reply to an existing email via Zoho Mail API. Use when you need to send a reply to a received email message, maintaining email threading.