https://github.com/seven-io/microweber
Microweber module for sending SMS and making text-to-speech calls via seven
https://github.com/seven-io/microweber
cms microweber php sms
Last synced: 25 days ago
JSON representation
Microweber module for sending SMS and making text-to-speech calls via seven
- Host: GitHub
- URL: https://github.com/seven-io/microweber
- Owner: seven-io
- License: mit
- Created: 2021-07-08T04:34:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:15:03.000Z (over 2 years ago)
- Last Synced: 2025-02-25T00:37:21.573Z (over 1 year ago)
- Topics: cms, microweber, php, sms
- Language: PHP
- Homepage: https://www.seven.io/en/docs/third-party-solutions/microweber/
- Size: 330 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seven SMS for Microweber
Bulk SMS for your Microweber users via the seven gateway.
---
## Features
- **Bulk SMS to Users** - Compose a single message and broadcast to all users with a phone number - see [screenshot](_screenshots/sms_bulk.png)
- **Native Admin Module** - Lives next to the other Microweber admin modules under *Modules*
## Prerequisites
- [Microweber](https://microweber.com/) installation
- A [seven account](https://www.seven.io/) with API key ([How to get your API key](https://help.seven.io/en/developer/where-do-i-find-my-api-key))
## Installation
1. Unzip the [latest release](https://github.com/seven-io/microweber/releases/latest) into the admin modules folder:
```bash
unzip -d /path/to/microweber/userfiles/modules/admin .zip
```
2. In the Microweber admin go to **Modules**, filter by *Admin modules* + *Uninstalled*, and install **Seven**.
3. Reload the page, click the new *Seven* module and paste your seven API key - see [screenshot](_screenshots/settings.png).
## Usage
Open **Modules > Seven** in the admin, compose your message, optionally filter the recipient list and click **Send**.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/microweber/issues).
## License
[MIT](LICENSE)