Skip to content

seven-io/thelia

Repository files navigation

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

About

Send SMS from within Thelia

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors