← All integrations

Zoho Mail

12 operations2 webhooks

Business email service for sending, reading, organizing messages, and mailbox management.

Supported operations

  • CreateWrite

    Create a new folder

  • DeleteDestructive

    Delete a folder along with its emails and sub-folders [DESTRUCTIVE · IRREVERSIBLE]

  • GetRead-only

    Get a specific folder

  • ListRead-only

    List all mail folders

  • UpdateWrite

    Rename, mark all emails read, or empty a folder

Supported triggers

  • Handshake

    Zoho Mail initial webhook handshake via x-hook-secret header

FAQ

Install corsair and @corsair-dev/zohomail, add the Zoho Mail plugin, and connect with OAuth. Then call methods like corsair.zohomail.api.folders.create() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Zoho Mail needs an OAuth app with scopes that match what you automate. Register the app in Zoho Mail, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit Zoho Mail, GitHub, Notion, Stripe, and the rest. Trigger Zoho Mail from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for business email service for sending, reading, organizing messages, and mailbox management. Common builds include sync jobs, admin tooling, and agents that call Zoho Mail APIs from your backend. Webhook handlers react to Zoho Mail events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Zoho Mail records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Zoho Mail API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/zohomail in the open repo. When Zoho Mail ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Zoho Mail data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Zoho Mail data on your behalf.