Skip to Content
Menu
v 16.0 Third Party 12
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 321
Technical Name zoom_us
LicenseLGPL-3
Websitehttps://github.com/apexive/odoo-zoom
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 321
Technical Name zoom_us
LicenseLGPL-3
Websitehttps://github.com/apexive/odoo-zoom

Zoom Integration for Odoo

Seamlessly integrate Zoom meetings with your Odoo instance

This module provides a powerful Zoom client that developers can use to make API calls to Zoom services. It handles all the authentication, token management, and API communication automatically.

Setup Instructions

Prerequisites

To use this module, you need to create a Server-to-Server OAuth app in the Zoom Marketplace:

  1. Go to Zoom Marketplace and create a Server-to-Server OAuth app
  2. Enable all meeting-related permissions for your app:
    • /meeting:write:admin
    • /meeting:read:admin
    • /meeting:master
    • /meeting:write
    • /meeting:read
  3. Copy your Account ID, Client ID, and Client Secret
  4. Configure these credentials in Odoo as shown below

Configuration

Configure your Zoom credentials in Odoo Settings

Zoom Configuration Screenshot

Features

  • ✓ Secure Server-to-Server OAuth integration
  • ✓ Automatic token management
  • ✓ Easy configuration interface
  • ✓ Reliable API communication
  • ✓ Ready-to-use Zoom client for developers

For Developers

This module provides a convenient Zoom client that you can use in your custom modules:

from odoo import models

class MyCustomModel(models.Model):
    _name = 'my.custom.model'

    def my_custom_method(self):
        zoom_client = self.env["zoom.service"].client()
        # Make API calls using the zoom_client
        meeting = zoom_client.meetings.create(...)
                

The client handles all the complexities of authentication and token management, allowing you to focus on building your features.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.