https://github.com/markshust/magento2-module-twilio
The Twilio module sends SMS messages in response to Magento events.
https://github.com/markshust/magento2-module-twilio
Last synced: about 1 year ago
JSON representation
The Twilio module sends SMS messages in response to Magento events.
- Host: GitHub
- URL: https://github.com/markshust/magento2-module-twilio
- Owner: markshust
- Created: 2019-02-12T19:43:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:37:35.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T09:49:12.630Z (about 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 13
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
MarkShust_Twilio
## Table of contents
- [Summary](#summary)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## 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:

## License
[MIT](https://opensource.org/licenses/MIT)