Back to Plugins

Zoho Integration Plugin

Zoho CRM and business suite integration for Medusa enabling seamless data synchronization


Overview

The @devx-commerce/plugin-zoho provides seamless integration between Medusa and Zoho’s business suite. This plugin enables automated data synchronization with Zoho CRM, helping businesses manage customer relationships and streamline operations.

System Requirements

Before installing the plugin, ensure your system meets the following requirements:

Installation

Install the plugin using your preferred package manager:

# Using npm
npm install @devx-commerce/plugin-zoho

Configuration

Add the plugin to your medusa-config.js file:

module.exports = {
  plugins: [
    {
      resolve: `@devx-commerce/plugin-zoho`,
      options: {
        clientId: process.env.ZOHO_CLIENT_ID,
        clientSecret: process.env.ZOHO_CLIENT_SECRET,
        refreshToken: process.env.ZOHO_REFRESH_TOKEN,
        organizationId: process.env.ZOHO_ORGANIZATION_ID,
        // Add additional Zoho configuration here
      },
    },
  ],
}

Environment Variables

Add the following to your .env file:

ZOHO_CLIENT_ID=your_zoho_client_id
ZOHO_CLIENT_SECRET=your_zoho_client_secret
ZOHO_REFRESH_TOKEN=your_zoho_refresh_token
ZOHO_ORGANIZATION_ID=your_zoho_organization_id

Features

Use Cases

This plugin is ideal for:

Zoho Services Integration

This plugin supports integration with:


Explore More Medusa Plugins

Find more powerful plugins and integrations to enhance your Medusa store. Browse our collection of community-driven solutions.

Free & Open Source
Community Driven
Easy Integration