webanyone / mautic-smsfactor-bundle
MauticSmsFactorBundle
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 1
Open Issues: 0
Type:mautic-plugin
Requires
- php: >=7.4.0 <8.1
- mautic/core-lib: ^4.0
- php-http/message-factory: ^1.0@dev
- smsfactor/smsfactor-php-sdk: dev-master
Requires (Dev)
- friendsofphp/php-cs-fixer: *
- jangregor/phpstan-prophecy: dev-master
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.10
- phpstan/phpstan-doctrine: ^1.3
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-25 08:30:23 UTC
README
This plugin integrates SMSFactor with Mautic.
Installation
- require it via composer
composer require 'webanyone/mautic-smsfactor-bundle:*'
Configuration
- Open the plugins configuration page, click on "Install/Upgrade Plugins" button, and you must saw a new SMSFactor Plugin.
- Create an API token on SMSFactor dashboard and paste it in the plugin configuration.
- Go to the Text Messaging Setting page and select the
SMSFactor
transport.
Webhook
Add the following MO
and/or STOP
webhooks on SMSfactor dashboard:
https://your-mautic-url.com/sms/smsfactor/callback
Note: The
STOP
webhook at least should be configured to properly mark your unsubscribed contacts in Mautic.