webanyone / mautic-smsfactor-bundle
MauticSmsFactorBundle
Package info
github.com/WebAnyOne/MauticSmsFactorBundle
Type:mautic-plugin
pkg:composer/webanyone/mautic-smsfactor-bundle
dev-main / 0.0.x-dev
2024-06-25 07:50 UTC
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: 2026-02-25 11:20:36 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
SMSFactortransport.
Webhook
Add the following MO and/or STOP webhooks on SMSfactor dashboard:
https://your-mautic-url.com/sms/smsfactor/callback
Note: The
STOPwebhook at least should be configured to properly mark your unsubscribed contacts in Mautic.