The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
99
Ready for Magento 2.4
63
Need Your Help
Potentially Abandoned v1.0.0

MarkShust_Twilio

markshust/magento2-module-twilio

Sends SMS messages in response to Magento events.

2
Downloads
Below average
13
GitHub Stars
Below average
7y ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.8-p3
Dec 16, 2025
v1.0.0 on Magento 2.4.8-p2
Aug 14, 2025
v1.0.0 on Magento 2.4.8
May 21, 2025
v1.0.0 on Magento 2.4.7-p4
Feb 15, 2025
v1.0.0 on Magento 2.4.7-p3
Oct 20, 2024
v1.0.0 on Magento 2.4.7-p2
Sep 8, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

MarkShust_Twilio Magento compatibility status badge

README

Loaded from GitHub

Table of contents

Summary

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.

Installation

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.

Usage

Placing an order will result in an SMS message being sent:

Screenshot

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules