All Projects → pmclain → module-twilio

pmclain / module-twilio

Licence: GPL-3.0 license
Magento 2 Customer SMS notifications with Twilio

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to module-twilio

module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (+37.93%)
Mutual labels:  magento2, magento-extension
org-mode-sms-inbox
Harvest org-mode todos with Dropbox, Twilio, and IFTTT.
Stars: ✭ 19 (-34.48%)
Mutual labels:  twilio, sms
m2.ReCaptcha
Magento2. Extension is integrate Google Recaptcha with your Magento2 store.
Stars: ✭ 31 (+6.9%)
Mutual labels:  magento2, magento-extension
twilito
A tiny, zero dependency Ruby helper for sending text messages with Twilio 💬
Stars: ✭ 16 (-44.83%)
Mutual labels:  twilio, sms
botkit-sms
Twilio Programmable SMS implementation for Botkit.
Stars: ✭ 18 (-37.93%)
Mutual labels:  twilio, sms
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+258.62%)
Mutual labels:  magento2, magento-extension
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (+17.24%)
Mutual labels:  magento2, magento-extension
useful-twilio-functions
A set of useful Twilio Functions.
Stars: ✭ 53 (+82.76%)
Mutual labels:  twilio, sms
magento2-custom-shipping
Custom Shipping Module for Magento 2
Stars: ✭ 64 (+120.69%)
Mutual labels:  magento2, magento-extension
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-48.28%)
Mutual labels:  magento2, magento-extension
Brazilian-Solutions
Este repositório permite a discussão da comunidade brasileira Magento sobre módulos e soluções para o mercado brasileiro.
Stars: ✭ 19 (-34.48%)
Mutual labels:  magento2, magento-extension
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-41.38%)
Mutual labels:  twilio, sms
module-stripe
Stripe Payments for Magento 2
Stars: ✭ 45 (+55.17%)
Mutual labels:  magento2, magento-extension
sms-bot
an SMS bot built with Google sheets and Twilio
Stars: ✭ 61 (+110.34%)
Mutual labels:  twilio, sms
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-31.03%)
Mutual labels:  magento2, magento-extension
magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (+86.21%)
Mutual labels:  magento2, magento-extension
module-dsu
No description or website provided.
Stars: ✭ 18 (-37.93%)
Mutual labels:  magento2, magento-extension
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+106.9%)
Mutual labels:  magento2, magento-extension
m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+168.97%)
Mutual labels:  magento2, magento-extension
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+106.9%)
Mutual labels:  magento2, magento-extension

Magento 2 Twilio Integration

The Magento 2 Twilio module allows store owners to send SMS messages,
via the Twilio API, when certain customer events occur. Current
supported SMS triggers are:

  • New Order
  • New Shipment
  • New Invoice

Each event message can be enabled/disabled independently and uses message
templates defined in the module configuration.

Installation

In your Magento 2 root directory run:
composer require pmclain/module-twilio
bin/magento setup:upgrade

Configuration

Module settings are found in the Magento 2 admin panel under
Stores->Configuration->Sales->Sales SMS

Customer Address Templates

If the system HTML Address Template has been edited the SMS notification value will not appear in the customer dashboard address book. Add the following to Stores->Configuration->Customer->Customer Configuration->Address Templates->HTML where you wish this data to appear:
{{depend sms_alert}}<br/>SMS Enabled: {{var sms_alert}}{{/depend}}

License

GNU GENERAL PUBLIC LICENSE Version 3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].