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: 12

Watchers: 6

Forks: 9

Open Issues: 0

Type:magento2-module

1.0.0 2019-02-12 19:49 UTC

This package is auto-updated.

Last update: 2024-04-13 15:12:14 UTC


README

Sends SMS messages in response to Magento events

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667

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