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

This package is auto-updated.

Last update: 2023-12-15 13:13:07 UTC


README

68747470733a2f2f7777772e736576656e2e696f2f77702d636f6e74656e742f75706c6f6164732f4c6f676f2e737667

Send SMS to your customers via seven.

Installation

Manually

  • Download the latest release from GitHub.
  • Extract the archive into the modules folder unzip -d <thelia_root>/local/modules/.

Composer

Execute from inside your thelia installation root:

composer require seven.io/thelia

Usage

After installation, enable the module and fill in your API key in the module settings.

Send bulk SMS

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.

Filters

  • Reseller Narrow down customer search to include only resellers

Placeholders

Each customer property can be accessed via placeholders. Examples:

  • {{firstname}} resolves to the customers first name
  • {{lastname}} resolves to the customers last name

Support

Need help? Feel free to contact us.

MIT