https://github.com/seven-io/drupal8
The official seven.io module for Drupal 8.x installations.
https://github.com/seven-io/drupal8
cms drupal drupal-8 drupal-module seven-plugin sms
Last synced: about 1 month ago
JSON representation
The official seven.io module for Drupal 8.x installations.
- Host: GitHub
- URL: https://github.com/seven-io/drupal8
- Owner: seven-io
- License: mit
- Created: 2020-09-09T18:07:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-28T12:12:12.000Z (about 2 months ago)
- Last Synced: 2026-04-28T14:23:27.196Z (about 2 months ago)
- Topics: cms, drupal, drupal-8, drupal-module, seven-plugin, sms
- Language: PHP
- Homepage: https://www.seven.io/en/solutions/integrations/drupal/
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seven SMS for Drupal 8
Send SMS notifications and bulk messages to your Drupal 8 users via the seven gateway.
> **Looking for Drupal 9, 10 or 11?** Use [`seven-io/drupal10`](https://github.com/seven-io/drupal10) instead. This module targets the legacy Drupal 8 line.
---
## Features
- **Send SMS** - Single or bulk SMS to Drupal users from the admin
- **Voice Calls** - Place text-to-speech calls
- **Phone-Number Lookups** - HLR, MNP, CNAM and number-format lookups
## Prerequisites
- Drupal 8.x
- PHP 7.2+
- 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
### Composer (recommended)
```bash
composer require seven.io/drupal8
```
### Manual
Download the [latest release](https://github.com/seven-io/drupal8/releases/latest), extract it into `web/modules/contrib/seven` and enable the module via **Extend** in the Drupal admin.
## Configuration
In the Drupal admin navigate to the seven configuration page, paste your API key and save. You can now access SMS, voice and lookup tools from the toolbar.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/drupal8/issues).
## License
[MIT](LICENSE)