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

https://github.com/seven-io/processwire

ProcessWire module for sending SMS via seven
https://github.com/seven-io/processwire

processwire processwire-modules sms

Last synced: 3 months ago
JSON representation

ProcessWire module for sending SMS via seven

Awesome Lists containing this project

README

        

# Official module for [ProcessWire](https://processwire.com/)

## Installation

1. Extract archive `unzip -d /path/to/processwire/wire/modules .zip`
2. Add mobile phone field `Admin->Setup->Fields->Add New` - see [screenshot](_screenshots/add_new_field.png)
3. Go to `Admin->Setup->Templates`, press `Filters` and set `Show system templates?` to `yes`
4. Select `user` template, add `mobile_phone` field and press `Save` - see [screenshot](_screenshots/edit_user_template.png)
5. Go to `Admin->Modules->Seven`, enter your `API Key` and press `Submit`

### Features

- Send SMS to user - see [screenshot](_screenshots/sms_user.png)
- Bulk message users - see [screenshot](_screenshots/edit_user_template.png)
- Configurable mobile phone field
- Message placeholder(s) - see [here](#placeholders)

#### Placeholders

- email

Usage: `{{email}}` resolves to the users email address

##### Support

Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/).

[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)