Skip to Content
Menu

Multiple SMS Gateway Integration

by
Odoo
v 17.0 Third Party 482
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Contacts (contacts)
Discuss (mail)
Lines of code 333
Technical Name multi_sms_gateway
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Contacts (contacts)
Discuss (mail)
Lines of code 333
Technical Name multi_sms_gateway
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0
Community
Enterprise
Odoo.sh

Multiple SMS Gateway Integration

Send SMS Through Different SMS Gateways

Key Highlights

Send SMS through different Gateway.

Can see all the SMS history send through the Gateway

Configuration

To install the module properly, ensure the required external packages (TeleSign, Vonage, and Twilio) are installed by running the following commands:
  • python3.10 -m pip install telesign
  • python3.10 -m pip install twilio
  • python3.10 -m pip install vonage
  • After installing these packages, proceed with the module installation.

    Set the user as Manager

    Configure SMS gateways

    Create account in Vonage

    Click here

    Collect the credentials from Vonage API Dashboard

    Configure Vonage SMS gateway using the credentials.

    Settings >> SMS Gateway >> Gateway List

    Access the Send SMS option from the Contacts

    Send SMS using Vonage

    Create a account in Twilio

    Click here

    Get credentials.

    Configure the SMS Gateway for Twilio.

    Send SMS using Twilio.

    Create account in Telesign

    Click here

    Configure the SMS Gateway for Telesign

    Send SMS using Telesign

    • Simple configuration.
    • Send SMS through different Gateway.
    • Can see all the SMS history send through the Gateway.
    Version 17.0.1.0.0|Released on: 8th January 2024

    Initial Commit for Multiple SMS Gateway Integration

    Related Products

    Our Services

    service-icon

    Odoo Customization

    service-icon

    Odoo Implementation

    service-icon

    Odoo Support

    service-icon

    Hire Odoo Developer

    service-icon

    Odoo Integration

    service-icon

    Odoo Migration

    service-icon

    Odoo Consultancy

    service-icon

    Odoo Implementation

    service-icon

    Odoo Licensing Consultancy

    Our Industries

    Trading

    Easily procure and sell your products

    POS

    Easy configuration and convivial experience

    Education

    A platform for educational management

    Manufacturing

    Plan, track and schedule your operations

    E-commerce & Website

    Mobile friendly, awe-inspiring product pages

    Service Management

    Keep track of services and invoice

    Restaurant

    Run your bar or restaurant methodically

    Hotel Management

    An all-inclusive hotel management application

    Support

    Need Help?

    Got questions or need help? Get in touch.

    odoo@cybrosys.com
    WhatsApp

    Say hi to us on WhatsApp!

    +91 99456767686

    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.
    There are no ratings yet!
    Does this Module enhance existing SMS workflows?
    by
    Juil
    on 6/26/25, 11:12 AM

    The SMS marketing by Odoo does not support the United States, so it would be great to be able to use this to bypass that restriction.

    Re: Does this Module enhance existing SMS workflows?
    by
    Cybrosys Technologies
    on 6/30/25, 7:57 AM Author

    Our module supports TwilioTelesign, and Vonage as SMS providers. To configure these providers and test the workflow for the United States, a U.S. phone number is required.

    Based on information available on the providers’ official websites, all three — TwilioTelesign, and Vonage — do support sending SMS to the United States.



    Python Version Conflicts and Library issues
    by
    Zachary Hein
    on 10/25/24, 9:09 PM

    Unable to install module "multi_sms_gateway" because an external dependency is not met: Python library version conflict: vonage ( initial error was "not installed" then after running pip install vonage a version conflict is noted)

    Unable to install module "multi_sms_gateway" because an external dependency is not met: Python library not installed: telesign (Pip install clears error)

    Numerous Dependencies and package issues. 
    OS: Ubuntu 22.04
    Odoo 17
    python3 --version Python 3.10.12


    Re: Python Version Conflicts and Library issues
    by
    Cybrosys Technologies
    on 11/11/24, 1:19 AM Author

    To install the module properly, ensure the required external packages (TeleSign, Vonage, and Twilio) are installed by running the following commands:

    1) python3.10 -m pip install telesign

    2) python3.10 -m pip install twilio

    3) python3.10 -m pip install vonage

    After installing these packages, proceed with the module installation.