seven.io/magento2

There is no license information available for the latest version (v1.0.0) of this package.

seven Magento2 Module

Maintainers

Package info

github.com/seven-io/magento2

Documentation

Type:magento2-module

pkg:composer/seven.io/magento2

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2020-03-18 08:58 UTC

This package is auto-updated.

Last update: 2026-05-08 19:56:33 UTC


README

seven logo

seven SMS for Magento 2

Send transactional SMS for customer registration, order submission and shipment events directly from Magento 2.

MIT License Magento 2.3+ PHP 7.3+ Packagist

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

Installation

Composer (recommended)

composer require seven/magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean

Manual

  1. Download the latest release ZIP.

  2. Extract it into app/code.

  3. 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

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.

License

MIT