Magento
Install the Hellio Messaging module on your Magento 2 store and start sending order updates, OTPs and bulk SMS. Magento installs from the command line, then you configure it in the Admin. The screens below are mockups of the Admin.
Download hellio-sms-magento2-1.0.0.zip from GitHub. Every version is on the releases page.
Extract the zip into your store's app/code/ so the files land at app/code/Hellio/Sms, then enable the module and rebuild:
bin/magento module:enable Hellio_Sms
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
In the Admin, go to Stores, Configuration, Hellio Messaging. Enter your Hellio email and password and click Connect. The module stores the token encrypted, never your password. Two-factor accounts are asked for a code. Then set a default Sender ID and save.
Turn on the order statuses you want to text customers about and edit each template. Placeholders like {customer_first_name} and {order_number} fill in per order.
Enable OTP to verify the customer's phone before the order is placed. Pick the code length and how long it stays valid.
Use the Send SMS panel to fire a message to your own number and confirm everything works. It accepts one number or a pasted list.
See the plugins overview for the full feature list and template placeholders, or the REST API if you want to build a custom integration.
