1
2
3

Step 1: Create Your Zoho API App

Follow these steps to get your Client ID and Client Secret from Zoho.

1

Go to Zoho API Console

Open api-console.zoho.com in your browser and sign in with your Zoho account.
2

Click "Add Client"

On the API Console home page, click "Add Client" or "GET STARTED".
3

Select "Server-based Applications"

Choose Server-based Applications from the client type options.
4

Fill in the Application Details

Fill in the form with these values:

Client Name:My Mail Extractor (or anything)
Homepage URL:https://zoho-email-extractor.deltaacademy.ae
Authorized Redirect URI:https://zoho-email-extractor.deltaacademy.ae/api/auth/callback
5

Click "Create" and copy your credentials

After creation, Zoho shows your Client ID and Client Secret. Keep this page open — you'll need them in the next step.
📋 Scopes needed: When connecting, you'll approve access to ZohoMail.messages.READ and ZohoMail.accounts.READ. This is read-only — no emails are modified.