markshust / magento2-module-twilio
The Twilio module sends SMS messages in response to Magento events.
Fund package maintenance!
markshust
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 6
Forks: 9
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1
- magento/framework: 101.0.*
This package is auto-updated.
Last update: 2024-11-13 16:18:02 UTC
README
Sends SMS messages in response to Magento events
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: