https://github.com/kewljuice/be.ctrl.proximus
CiviCRM Proximus SMS extension
https://github.com/kewljuice/be.ctrl.proximus
civicrm civicrm-extensions
Last synced: about 2 months ago
JSON representation
CiviCRM Proximus SMS extension
- Host: GitHub
- URL: https://github.com/kewljuice/be.ctrl.proximus
- Owner: kewljuice
- License: other
- Created: 2017-05-03T13:39:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T13:12:50.000Z (about 7 years ago)
- Last Synced: 2025-02-02T12:41:21.114Z (4 months ago)
- Topics: civicrm, civicrm-extensions
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Proximus SMS Provider
## Introduction
Proximus CiviCRM integration: allows delivering SMS messages to mobile phone users through Proximus API.## Installation
- You can directly clone to your CiviCRM extension directory using
```$ git clone https://github.com/kewljuice/be.ctrl.proximus.git```- You can also download a zip file, and extract in your extension directory
```$ git clone https://github.com/kewljuice/be.ctrl.proximus/archive/master.zip```- Configure CiviCRM Extensions Directory which can be done from
```"Administer -> System Settings -> Directories".```- Configure Extension Resource URL which can be done from
```"Administer -> System Settings -> Resource URLs".```- The next step is enabling the extension which can be done from
```"Administer -> System Settings -> Manage CiviCRM Extensions".```## Configuration
- Configure SMS provider at ```"Administer -> System Settings -> SMS Providers"``` or **yoursite.org/civicrm/admin/sms/provider**.
| Parameter | Value | Required |
|---------------- |-------------------------------- |---------- |
| Name | Proximus | |
| Title | Proximus | |
| Username | Proximus | |
| Password | [Enter Proximus API key] | * |
| API Type | http | |
| API Url | https://api.ringring.be/sms/V1 | * |
| API Parameters | {} | |## FAQ
#### Why don't I receive a mass SMS mailing?
Make sure you have configured the **Send Scheduled SMS** Scheduled Job.
To configure scheduled jobs, go to ```"Administer > System Settings > Scheduled Jobs"``` or **yoursite.org/civicrm/admin/job**.