| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
| Lines of code | 333 |
| Technical Name |
multi_sms_gateway |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
| Lines of code | 333 |
| Technical Name |
multi_sms_gateway |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 |
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
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.
Initial Commit for Multiple SMS Gateway Integration
Related Products
Our Services
Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
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
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Does this Module enhance existing SMS workflows?
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?
Our module supports Twilio, Telesign, 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 — Twilio, Telesign, and Vonage — do support sending SMS to the United States.
Python Version Conflicts and Library issues
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
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.