Bulk SMS and text-to-speech for Gambio 4.x via the seven gateway.
- Bulk SMS - Personalized text to multiple customers
- Text-to-Speech Calls - Automated voice messages
- Customer Filtering - Target specific customer groups
- Message Placeholders -
{{firstname}},{{lastname}}, etc. - Performance Tracking - URL click tracking
- Bilingual - English and German translations bundled
- Gambio 4.x
- PHP 5.6+
- A seven account with API key (How to get your API key)
- Download the latest release.
- Extract into
/<path>/<to>/<gambio>/GXModules.
cd /<path>/<to>/<gambio>/GXModules && mkdir Seven && cd Seven
git clone https://github.com/seven-io/gambio Seven && cd Seven
composer update- Gambio Admin > Module Center.
- Install Seven.
- Click Edit, paste your seven API key, click Save.
- Customers > Send SMS.
- Pick message type (SMS / Text-to-Speech).
- Optionally filter by customer group.
- Customize sender ID (max 11 alphanumeric or 16 numeric characters).
- Compose with placeholders.
- Click Send.
| Placeholder | Description |
|---|---|
{{firstname}} |
Customer's first name |
{{lastname}} |
Customer's last name |
{{email}} |
Email address |
{{telephoneNumber}} |
Phone number |
{{customerNumber}} |
Customer number |
{{id}} |
Customer ID |
{{isGuest}} |
Guest status |
{{faxNumber}} |
Fax number |
{{vatNumber}} |
VAT number |
{{vatNumberStatus}} |
VAT status |
{{customerStatusId}} |
Customer status ID |
Example:
Hi {{firstname}} {{lastname}}! Your order #{{customerNumber}} is ready for pickup.
- SMS: Flash, performance tracking, custom label (max 100 chars), foreign ID (max 64 chars,
a-z A-Z 0-9 .-_@) - Voice: XML support, up to 10000 characters per message (vs 1520 for SMS)
Need help? Feel free to contact us or open an issue.