An open API service indexing awesome lists of open source software.

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

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**.