Skip to main content
The Zoho Mail plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).
New to Corsair? See webhooks and hooks.

Webhook map

  • challenge
    • handshake (challenge.handshake)
  • messages
    • received (messages.received)

HTTP handler setup

app/api/webhook/route.ts

Events

Challenge

Handshake

challenge.handshake Zoho Mail initial webhook handshake via x-hook-secret header Payload: empty object
webhookHooks example

Messages

Received

messages.received A new email was received in the mailbox Payload
webhookHooks example