MarkShust_Twilio
markshust/magento2-module-twilio
Sends SMS messages in response to Magento events.
Supported Magento versions: 2.4.9
2 installs★ 17 starsLatest: v1.0.0Released 2019-02-12License: MIT
composer require markshust/magento2-module-twilioREADME
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
There may be situations where you would like to be notified by SMS when a specific action happens within Magento. This module integrates with Twilio to provide that ability.
Currently implemented is a "pick & pack" SMS order notification which is sent in response to an order that has been placed.
composer require markshust/magento2-module-twilio
bin/magento module:enable MarkShust_Twilio
bin/magento setup:upgrade
Retrieve your Account SID and Auth Token from the Twilio Console Account Dashboard.
Enable the module and add Twilio credentials at Admin > Stores > Configuration > Twilio > General Configuration.
Placing an order will result in an SMS message being sent:
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues
