dotdigital / dotdigital-magento2-extension-sms
Dotdigital for Magento 2: SMS module
Installs: 89 533
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4||^8.0
- ext-pcre: *
- dotdigital/dotdigital-magento2-extension: ^4.27.0
- magento/framework: >=102 <104
- magento/module-backend: >=101 <103
- magento/module-checkout: ^100.3|^100.4
- magento/module-config: >=101 <102
- magento/module-cron: ^100.3|^100.4
- magento/module-customer: >=102 <104
- magento/module-directory: ^100.3|^100.4
- magento/module-newsletter: ^100.3|^100.4
- magento/module-reports: ^100.3|^100.4
- magento/module-sales: >=102 <104
- magento/module-shipping: ^100.3|^100.4
- magento/module-store: >=101 <102
- magento/module-ui: >=101 <102
- psr/log: ^1 || ^2 || ^3
Requires (Dev)
- fakerphp/faker: ^1.21
Replaces
- dev-master
- 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.7.2
- 1.7.1.x-dev
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-RC1
- 1.2.1
- 1.2.0
- 1.2.0-RC1
- 1.1.1
- 1.1.0
- 1.0.0
- dev-develop
- dev-FS/233948-selector-loaded
- dev-AM/233435-klarna-checkout
- dev-release/1.2.1
- dev-magento-2.4.2
This package is auto-updated.
Last update: 2024-11-05 12:33:00 UTC
README
Overview
This module provides support for Transactional SMS notifications to Magento merchants. It automates SMS notifications on new order confirmation, order update, new shipment, shipment update and new credit memo.
Requirements
- An active Dotdigital account with the SMS pay-as-you-go service enabled.
- Dotdigital extension versions:
Dotdigitalgroup_Email
4.23.2+
- PHP 7.4+
- Magento 2.3.7+
- Magento 2.3.0-2.3.6 are compatible up to version 1.5.x
Version history
Please see our Changelog or the Releases page.
Activation
- This module is included in our core extension. Please refer to these instructions to install via the Magento Marketplace.
- Ensure you have set valid API credentials in Configuration > Dotdigital > Account Settings
- Head to Configuration > Dotdigital > Transactional SMS for configuration.
CLI
- This module provides a CLI command to sync historical SMS subscribers to Dotdigital.
- Run
bin/magento dotdigital:sync SmsSubscriber
. - Normally, the module uses message queues to subscribe and unsubscribe SMS subscribers. This command is only necessary if you reset your data in the case of running
dotdigital:migrate
or switching Dotdigital accounts.
Credits
This module features an option to enable international telephone number validation. Our supporting code uses a version of the International Telephone Input JavaScript plugin. We've also borrowed some components from this MaxMage Magento module. Kudos and thanks!