Skip to content

shubham-910/twilio-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Magento_Twilio

Sends SMS messages in response to Magento events

Supported Magento Versions

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

Download or clone this module in local machine
Then unzip or move it to the app/code.
php bin/magento module:enable Magento_Twilio
Above command is for enabling the module as we don't have any code to create any columns or table in the database.
php bin/magento setup:upgrade
And above command is to register and setup the module to use the functionality.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages