https://github.com/seven-io/backdrop
seven module for BackdropCMS
https://github.com/seven-io/backdrop
backdrop backdropcms
Last synced: about 1 month ago
JSON representation
seven module for BackdropCMS
- Host: GitHub
- URL: https://github.com/seven-io/backdrop
- Owner: seven-io
- License: mit
- Created: 2021-11-30T15:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:26:01.000Z (over 2 years ago)
- Last Synced: 2025-01-07T12:48:57.848Z (over 1 year ago)
- Topics: backdrop, backdropcms
- Language: PHP
- Homepage: https://www.seven.io
- Size: 952 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 Backdrop CMS
Send SMS notifications and verify phone numbers in Backdrop CMS via the seven gateway.
---
## Features
- **Send SMS to user** - Trigger SMS notifications from any user-related event
- **Phone number confirmation** - Validate user-supplied phone numbers via SMS confirmation code
- **Text-to-speech support** - Place voice calls in addition to SMS
## Prerequisites
- [Backdrop CMS](https://backdropcms.org/) 1.20 or newer
- 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. Install the module by following the official [Backdrop module installation guide](https://backdropcms.org/guide/modules).
2. Visit `admin/config/system/seven` and paste your seven API key.
## Configuration
| Setting | Description |
|---------|-------------|
| API key | Your seven API key. Required for sending. |
| Sender ID | Default sender. Up to 11 alphanumeric or 16 numeric characters ([details](https://help.seven.io/en/set-sender-id)). |
## Usage
After configuration, use the seven module from the Backdrop admin to send single SMS, broadcast to users with a phone number set, or run phone-confirmation flows on user registration.
## Credits
Originally written for Drupal by [Arvin Singla](mailto:arvin.singla@gmail.com) and ported to Backdrop CMS by seven.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/backdrop/issues).
## License
[MIT](LICENSE)