Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-io/thelia
Send SMS from within Thelia
https://github.com/seven-io/thelia
e-commerce sms thelia thelia-module
Last synced: 13 days ago
JSON representation
Send SMS from within Thelia
- Host: GitHub
- URL: https://github.com/seven-io/thelia
- Owner: seven-io
- License: mit
- Created: 2021-05-26T10:53:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:13:02.000Z (about 1 year ago)
- Last Synced: 2024-12-11T06:21:00.206Z (about 1 month ago)
- Topics: e-commerce, sms, thelia, thelia-module
- Language: PHP
- Homepage: https://www.seven.io/en/docs/third-party-solutions/thelia/
- Size: 735 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Send SMS to your customers via seven.
# Installation
## Manually
* Download the latest release from [GitHub](http://github.com/seven-io/thelia/releases/latest/download/seven-telia-latest.zip).
* Extract the archive into the modules folder `unzip -d /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](https://www.seven.io/en/company/contact/).
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)