Bulk and event-based SMS / voice messaging for Redmine via the seven gateway. Includes RedmineUP CRM support.
- Bulk SMS / Voice - Reach all users (or a filtered subset) via Administration > seven SMS / seven Voice
- Issue-Based Notifications - Auto-fire SMS to the assignee on issue creation, gated by priority
- Per-User Mobile Field - Plugin auto-installs a custom field "Mobile Phone" on users
- CRM Integration - Bulk SMS to RedmineUP CRM contacts (when the RedmineUP CRM plugin is installed)
- Profile Shortcuts - SMS / Voice links right on each user's profile page
- Bilingual - English and German translations bundled
- Redmine on Rails 5.2 or higher
- Admin privileges in Redmine
- A seven account with API key (How to get your API key)
cd /path/to/redmine/plugins
# extract the plugin archive into ./seven
bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=sevenRestart Redmine, then go to Administration > Plugins > seven > Configure and paste your seven API key.
| Setting | Description |
|---|---|
| API Key | Your seven API key |
| SMS From | Default sender ID for SMS (max 11 alphanumeric / 16 numeric) |
| Voice From | Default caller ID (verified or shared number) |
| Issue Priority | Which issue priorities trigger automatic SMS |
| Issue Recipient | Send to assignee or to a custom phone number |
| Issue Text | Message template - supports {{id}} for the issue ID |
Each user fills the auto-installed Mobile Phone custom field via My Account.
- Go to Administration > seven SMS or seven Voice.
- Filter recipients (groups, admin, or RedmineUP table).
- Compose the message and send.
Open any user profile and click seven SMS or seven Voice.
Once configured, new issues matching the priority filter trigger an SMS to the assignee or the configured number.
| Problem | Solution |
|---|---|
| No recipients found | Make sure target users have the Mobile Phone custom field filled |
| API errors | Verify the API key and account balance |
| Migration issues | Confirm RAILS_ENV and NAME=seven are set correctly |
bundle exec rake redmine:plugins:migrate VERSION=0 RAILS_ENV=production NAME=sevenNeed help? Feel free to contact us or open an issue.