pmclain/module-twilio

This package is abandoned and no longer maintained. No replacement package was suggested.

Twilio SMS Notifications

Installs: 415

Dependents: 0

Suggesters: 0

Security: 0

Stars: 29

Watchers: 5

Forks: 14

Open Issues: 2

Type:magento2-module

2.0.2 2017-12-01 13:32 UTC

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