ByteChef LogoByteChef

Zoho Application Setup

Steps for setting up Zoho API console for every Zoho component.

Connection Setup

Create OAuth 2.0 Application

  1. Open the Zoho API Console: https://accounts.zoho.com/signin
  2. Create or sign in to your account.
  3. Click on GET STARTED.
  4. Choose Server-based Applications and click CREATE NOW.
  5. Enter the required details, then click CREATE:
    • Client Name: e.g., "ByteChef Integration"
    • Homepage URL: e.g., "https://www.bytechef.io/"
    • Authorized Redirect URIs: e.g.,
      • https://app.bytechef.io/callback (Cloud)
      • http://localhost:5173/callback (Local dev)
  6. Copy Client ID and Client Secret and use it in Bytechef.

How is this guide?

Last updated on

On this page