Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 618 |
Technical Name |
odoo_bulk_sms_kenya |
License | AGPL-3 |
Website | https://roycetechnologies.co.ke/bulk-sms/ |
Versions | 16.0 10.0 13.0 14.0 15.0 17.0 11.0 12.0 |
Explore this module
Overview
This package provides an easy interface for sending SMS in your laravel application. Open a free account [Royce BulkSMS](http://bulksms.roycetechnologies.co.ke), under API menu click generate API. Copy the API key and paste it in your .env file
Features
Simple UI
Provide an easy interface for sending bulk sms.
Data storage
Provides a database table for storing sent text.
Outbox
An interface for viewing sent text (outbox).
Callback URL
Provide a callback URL you add to your bulksms account.
This will ensure that you receive delivery status back to your application (_coming soon_)
Installation.
1
Download this app and put it in your addons folder
2
Go to app and search for Bulk sms
3
Install the module
Integration.
Installation
1. Just Install the module.
Account
2. Open a free account at Royce bulk sms.
API
3. Generate an API key and put under config~API key.
Sender ID
4. Add RoyceLTD as your default sender ID. Under config sender ID.
How to use.
Under bulksms > send sms > send a text message
How to use from other models
Search send.text model and sendCustomText with mobile number,text message, sender id parameters
Sample code when sending from other models
self.env['send.text'].sendCustomText('0713727937','We have received your payment, receipt number RCP0022 ','RoyceLtd')
Please log in to comment on this module