sms77/thelia

This package is abandoned and no longer maintained. The author suggests using the seven.io/thelia package instead.

Send SMS to customers inside Thelia via seven.

Maintainers

Package info

github.com/seven-io/thelia

Documentation

Type:thelia-module

pkg:composer/sms77/thelia

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.3.0 2021-11-23 13:32 UTC

This package is auto-updated.

Last update: 2026-04-28 12:19:42 UTC


README

seven logo

seven SMS for Thelia

Send bulk SMS to your Thelia customers via the seven gateway.

MIT License Thelia 2.x PHP 7.0+ Packagist

Features

  • Bulk SMS - Reach all customers (or a filtered subset) in one go
  • Reseller Filter - Limit recipients to reseller-type customers
  • Property Placeholders - Use {{firstname}}, {{lastname}} (or any customer property) in the message body

Prerequisites

Installation

Composer (recommended)

cd /path/to/thelia/root
composer require seven.io/thelia

Manual

  1. Download the latest release.

  2. Extract it into the modules folder:

    unzip -d <thelia_root>/local/modules/ seven-telia-latest.zip

Configuration

In the Thelia admin, enable the seven module and paste your seven API key into the module settings.

Usage

Send bulk SMS

  1. Go to Customers.
  2. Click Bulk SMS.
  3. Compose the message and apply filters (e.g. Reseller).
  4. Click Send.

Placeholders

Reference any customer property in the message body using {{property_name}}:

Hi {{firstname}} {{lastname}}, your order is on its way!

Unresolved placeholders remain as plain text in the outgoing SMS.

Support

Need help? Feel free to contact us or open an issue.

License

MIT