markshust/magento2-module-twilio 1.0.0

The Twilio module sends SMS messages in response to Magento events.

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MarkShust_Twilio

Sends SMS messages in response to Magento events

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes

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