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.
1.3.0
2021-11-23 13:32 UTC
Requires
- php: >=7.0
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2026-04-28 12:19:42 UTC
README
seven SMS for Thelia
Send bulk SMS to your Thelia customers via the seven gateway.
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
- Thelia 2.x
- PHP 7.0+
- A seven account with API key (How to get your API key)
Installation
Composer (recommended)
cd /path/to/thelia/root
composer require seven.io/thelia
Manual
-
Download the latest release.
-
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
- Go to Customers.
- Click Bulk SMS.
- Compose the message and apply filters (e.g. Reseller).
- 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.