Send SMS to your customers via seven.
- Download the latest release from GitHub.
- Extract the archive into the modules folder
unzip -d <thelia_root>/local/modules/
.
Execute from inside your thelia installation root:
composer require seven.io/thelia
After installation, enable the module and fill in your API key in the module settings.
Go to Customers, click Bulk SMS and fill out the form to fit your needs. After clicking Send, the messages get sent to the customers.
- Reseller Narrow down customer search to include only resellers
Each customer property can be accessed via placeholders. Examples:
- {{firstname}} resolves to the customers first name
- {{lastname}} resolves to the customers last name
Need help? Feel free to contact us.