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
- Host: GitHub
- URL: https://github.com/seven-io/processwire
- Owner: seven-io
- License: mit
- Created: 2021-07-05T11:35:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:13:38.000Z (over 1 year ago)
- Last Synced: 2025-01-07T12:51:36.260Z (5 months ago)
- Topics: processwire, processwire-modules, sms
- Language: JavaScript
- Homepage: https://www.seven.io/en/docs/third-party-solutions/processwire/
- Size: 658 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
Usage: `{{email}}` resolves to the users email address
##### Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/).
[](LICENSE)