Send bulk SMS to your Thelia customers via the seven gateway.
- 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
- Thelia 2.x
- PHP 7.0+
- A seven account with API key (How to get your API key)
cd /path/to/thelia/root
composer require seven.io/thelia-
Download the latest release.
-
Extract it into the modules folder:
unzip -d <thelia_root>/local/modules/ seven-telia-latest.zip
In the Thelia admin, enable the seven module and paste your seven API key into the module settings.
- Go to Customers.
- Click Bulk SMS.
- Compose the message and apply filters (e.g. Reseller).
- Click Send.
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.
Need help? Feel free to contact us or open an issue.