https://github.com/seven-io/jtl5
Send SMS and make text-to-speech calls
https://github.com/seven-io/jtl5
e-commerce jtl jtl-plugin sms text-to-speech
Last synced: 8 days ago
JSON representation
Send SMS and make text-to-speech calls
- Host: GitHub
- URL: https://github.com/seven-io/jtl5
- Owner: seven-io
- License: mit
- Created: 2021-05-26T10:36:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:15:10.000Z (over 2 years ago)
- Last Synced: 2025-01-07T12:51:30.860Z (over 1 year ago)
- Topics: e-commerce, jtl, jtl-plugin, sms, text-to-speech
- Language: PHP
- Homepage: https://www.seven.io
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seven SMS for JTL-Shop 5
Bulk and event-based SMS / text-to-speech for JTL-Shop 5 via the seven gateway.
---
## Features
- **Bulk SMS / Voice** - Reach customers in one go, filtered by *Active*, *Customer Group* or *Language*
- **Event-Based Dispatch** - Auto-fire on:
- New order
- Order shipped
- Order partially shipped
- Order cancelled
- Order paid
- **Property Placeholders** - Reference customer fields in templates, e.g. `{{cVorname}}` resolves to the customer's first name
## Prerequisites
- [JTL-Shop](https://www.jtl-software.de/produkte/jtl-shop) 5.x
- A [seven account](https://www.seven.io/) with API key ([How to get your API key](https://help.seven.io/en/developer/where-do-i-find-my-api-key))
## Installation
1. Download the [latest archive](https://github.com/seven-io/jtl5/releases/latest/download/seven_jtl5.zip).
2. In the JTL-Shop admin go to **Plugins > Plugin Manager > Upload** and select the archive.
3. Open the **Deactivated** tab and click **Activate** on *seven*.
4. Open **Installed plugins > seven** and paste your seven API key.
## Usage
### Bulk Messaging
Open the plugin's *Bulk Messaging* tab, compose your SMS or voice message, apply filters and send.
### Event-Based Templates
Open the *Templates* tab, pick the event, write the template body using `{{cVorname}}` and other JTL customer-property placeholders, and save.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/jtl5/issues).
## License
[MIT](LICENSE)