pmclain / module-twilio
Twilio SMS Notifications
Installs: 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 5
Forks: 14
Open Issues: 2
Type:magento2-module
Requires
- php: ~5.6.0|~7.0.0|~7.1.0
- magento/framework: ~100.0.0|~100.1.0|~100.2.0|~101.0.0
- magento/module-checkout: ~100.0.0|~100.1.0|~100.2.0
- magento/module-config: ~100.0.0|~100.1.0|~100.2.0|~101.0.0
- magento/module-ui: ~100.0.0|~100.1.0|~100.2.0|~101.0.0
- twilio/sdk: ~5.15.0
This package is auto-updated.
Last update: 2022-06-21 18:47:31 UTC
README
The Magento 2 Twilio module allows store owners to send SMS messages,
via the Twilio API, when certain customer events occur. Current
supported SMS triggers are:
- New Order
- New Shipment
- New Invoice
Each event message can be enabled/disabled independently and uses message
templates defined in the module configuration.
Installation
In your Magento 2 root directory run:
composer require pmclain/module-twilio
bin/magento setup:upgrade
Configuration
Module settings are found in the Magento 2 admin panel under
Stores->Configuration->Sales->Sales SMS
Customer Address Templates
If the system HTML Address Template has been edited the SMS notification value
will not appear in the customer dashboard address book. Add the following to
Stores->Configuration->Customer->Customer Configuration->Address Templates->HTML
where you wish this data to appear:
{{depend sms_alert}}<br/>SMS Enabled: {{var sms_alert}}{{/depend}}
License
GNU GENERAL PUBLIC LICENSE Version 3