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.
In your Magento 2 root directory run:
composer require pmclain/module-twilio
bin/magento setup:upgrade
Module settings are found in the Magento 2 admin panel under
Stores->Configuration->Sales->Sales SMS
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}}
GNU GENERAL PUBLIC LICENSE Version 3