seven.io / magento2
There is no license information available for the latest version (v1.0.0) of this package.
seven Magento2 Module
Package info
Type:magento2-module
pkg:composer/seven.io/magento2
v1.0.0
2020-03-18 08:58 UTC
Requires
- php: ^7.0|^7.1|^7.2
- ext-mbstring: *
- sms77/api: ^1.1.0
This package is auto-updated.
Last update: 2026-05-08 19:56:33 UTC
README
seven SMS for Magento 2
Send transactional SMS for customer registration, order submission and shipment events directly from Magento 2.
Features
- Event-based SMS Dispatch - Triggered automatically on:
- Customer registration
- Order submission
- Order shipment
- Configurable Templates - Edit message text per event type from the admin
- Composer-First Install - Standard Magento module via Composer
Prerequisites
- Magento 2.3 or newer
- PHP 7.3+
- A seven account with API key (How to get your API key)
Installation
Composer (recommended)
composer require seven/magento2 php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean
Manual
-
Download the latest release ZIP.
-
Extract it into
app/code. -
Enable the module:
- Magento 2.3.6 and below: System > Web Setup Wizard > Component Manager, then click Enable next to
Seven_Api. - Magento 2.3.7+:
bin/magento module:enable Seven_Api && php bin/magento setup:upgrade
- Magento 2.3.6 and below: System > Web Setup Wizard > Component Manager, then click Enable next to
Configuration
In the Magento admin go to Marketing > Communications > seven, paste your API key and click Save Config. From there you can also tweak the per-event message templates and toggle individual triggers.
Support
Need help? Feel free to contact us or open an issue.