Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 717 |
Technical Name |
kaleyra_sms |
License | See License tab |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 717 |
Technical Name |
kaleyra_sms |
License | See License tab |
Kalerya SMS API
Enterprise
Community
Odoo.sh
This module provider features to send SMS in india by using odoo default SMS composer

In india we know that you have to register verify yourself from a DLT provider such as airtel,vodafone,jio
Pre-requisites for this App
- You should have an entity id after verifying from DLT provider, follow this for vodafone DLT registration
- If you have an entity id then approve your header from the DLT provider, follow this for vodafone
- If you have a header then make sure to have a brand registered as well follow this for vodafone
- If you have a header then make sure to have your templates registered in DLT follow this for vodafone
Account Setup in kalerya
Go to
https://www.kaleyra.com/contact-us/
They do not provide direct sign up but you can fill contact us form and they will contact you
The process is smooth, they will send you an email after a phone call to signup.
After signup on the home page click on Update KYC button at top
Upload all your information that has been asked on the form
After that your account will be activated and you will receive an email for the confirmation
kaleyra configuration
- After registration create API creds by visiting https://in.kaleyra.io/developers/api-keys
- After that go to Sender ID Tab and add sender id details that you have registered on the DLT portal
- then go to Templates and add the templates you have registered in DLT portal
Module configuration in odoo
Go to Settings > Technical > Phone/SMS > SMS Templates-
Add Sender id, template id and SMS type in sms template and add the template context just like you do
for a SMS template
To send a successful SMS the final SMS body should be equal to the DLT content template
Example in odoo:
Login successful {{object.name}}
Example in DLT
Login successful {#var#}
Final message should be like this
Login successful Administrator
Features
- Send SMS using Template
- No webhook registration required
- Archive SMS template if required
- Add external_api_dry_mode in config to enabele test mode, kalerya does not support test mode directly but the app mimic the behaviour
Upcoming Features
- Send OTP SMS
- Send Flash SMS
Support
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module